#96241a

Color #96241A Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #96241A

Tints of Mandarian Orange #96241A

Color information

#96241A (or 0x96241A) is unknown color: approx Mandarian Orange. HEX triplet: 96, 24 and 1A. RGB value is (150,36,26). Sum of RGB (Red+Green+Blue) = 150+36+26=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96241A is #69DBE5. Grayscale: #454545. Windows color (decimal): -6937574 or 1713302. OLE color: 1713302.

HSL color Cylindrical-coordinate representation of color #96241A: hue angle of 4.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96241A is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1503626-
CMYK00.760.830.41
HSL4.84º70.45%34.51%-
HSV(B)4.84º82.67%58.82%-
XYZ13.47.821.78-
YUV68.95103.77185.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=70.75%
G=16.98%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150362600.760.830.414.8470.4534.51
Hex96241A04C532954623
Octal2264432011412351510643
Binary10010110100100110100100110010100111010011011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96241a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96241a; }

 p { color: rgb(150,36,26); }

 H1.HeaderClassName
 {
   color: #96241a;
 }
 .AnyTagClassName
 {
   color: #96241a;
 }
</style>
background-color css

<style>
 a { background-color: #96241a; }

 a { background-color: rgb(150,36,26); }

 div.DivClassName
 {
   background-color: #96241a;
 }
 .BgClassName
 {
   background-color: #96241a;
 }
</style>
border-color css

<style>
 span { border-color: #96241a; }

 span { border-color: rgb(150,36,26); }

 td.TdClassName
 {
   border-color: #96241a;
 }
 .TagClassName
 {
   border-color: #96241a;
 }
</style>