Html Css Color HEX #96211D Mandarian Orange

📋 copy color: '#96211D'

red 150 ◦ green 33 ◦ blue 29

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

Shades of Mandarian Orange #96211D

Tints of Mandarian Orange #96211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.68%

R = 70.75%
G = 15.57%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96211D (or 0x96211D) is known color: Mandarian Orange. HEX triplet: 96, 21 and 1D. RGB value is (150,33,29). Sum of RGB (Red+Green+Blue) = 150+33+29=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96211D is #69DEE2. Grayscale: #434343. Windows color (decimal): -6938339 or 1909142. OLE color: 1909142.

HSL color Cylindrical-coordinate representation of color #96211D: hue angle of 1.98º 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 #96211D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 29 -
CMYK 0 0.78 0.81 0.41
HSL 1.98º 0.68% 0.35% -
HSV(B) 1.98º 0.81% 0.59% -
XYZ 13.34 7.66 1.94 -
YUV 67.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 150 33 29 0 0.78 0.81 0.41 1.98 0.68 0.35
Hex 96 21 1D 0 4E 51 29 2 44 23
Octal 226 41 35 0 116 121 51 2 104 43
Binary 10010110 100001 11101 0 1001110 1010001 101001 10 1000100 100011

Color Harmonies of #96211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96211D

Black with #96211D

Text Example


Text Example

White with #96211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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