Html Css Color HEX #96211B Mandarian Orange

📋 copy color: '#96211B'

red 150 ◦ green 33 ◦ blue 27

#96211B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #96211B

Tints of Mandarian Orange #96211B

RGB

 RED value IS 150 (58.98% from 255) = 71.43%

 GREEN value IS 33 (13.28% from 255) = 15.71%

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 71.43%
G = 15.71%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96211B (or 0x96211B) is known color: Mandarian Orange. HEX triplet: 96, 21 and 1B. RGB value is (150,33,27). Sum of RGB (Red+Green+Blue) = 150+33+27=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #96211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96211B is #69DEE4. Grayscale: #434343. Windows color (decimal): -6938341 or 1778070. OLE color: 1778070.

HSL color Cylindrical-coordinate representation of color #96211B: hue angle of 2.93º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96211B is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 27 -
CMYK 0 0.78 0.82 0.41
HSL 2.93º 0.69% 0.35% -
HSV(B) 2.93º 0.82% 0.59% -
XYZ 13.32 7.65 1.81 -
YUV 67.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 150 33 27 0 0.78 0.82 0.41 2.93 0.69 0.35
Hex 96 21 1B 0 4E 52 29 3 45 23
Octal 226 41 33 0 116 122 51 3 105 43
Binary 10010110 100001 11011 0 1001110 1010010 101001 11 1000101 100011

Color Harmonies of #96211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96211B

Black with #96211B

Text Example


Text Example

White with #96211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96211B; }

 p { color: rgb(150,33,27); }

 H1.HeaderClassName
 {
   color: #96211B;
 }
 .AnyTagClassName
 {
   color: #96211B;
 }
</style>

background-color css

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

 a { background-color: rgb(150,33,27); }

 div.DivClassName
 {
   background-color: #96211B;
 }
 .BgClassName
 {
   background-color: #96211B;
 }
</style>

border-color css

<style>
 span { border-color: #96211B; }

 span { border-color: rgb(150,33,27); }

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