#96221D

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

Shades of Mandarian Orange #96221D

Tints of Mandarian Orange #96221D

Color information

#96221D (or 0x96221D) is unknown color: approx Mandarian Orange. HEX triplet: 96, 22 and 1D. RGB value is (150,34,29). Sum of RGB (Red+Green+Blue) = 150+34+29=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96221D is #69DDE2. Grayscale: #444444. Windows color (decimal): -6938083 or 1909398. OLE color: 1909398.

HSL color Cylindrical-coordinate representation of color #96221D: hue angle of 2.48º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96221D is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1503429-
CMYK00.770.810.41
HSL2.48º67.6%35.1%-
HSV(B)2.48º80.67%58.82%-
XYZ13.377.721.95-
YUV68.11105.93186.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.42%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=70.42%
G=15.96%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150342900.770.810.412.4867.635.1
Hex96221D04D512924423
Octal2264235011512151210443
Binary1001011010001011101010011011010001101001101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96221D; }

 p { color: rgb(150,34,29); }

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

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

 a { background-color: rgb(150,34,29); }

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

<style>
 span { border-color: #96221D; }

 span { border-color: rgb(150,34,29); }

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