Html Css Color HEX #96211F Mandarian Orange

📋 copy color: '#96211F'

red 150 ◦ green 33 ◦ blue 31

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

Shades of Mandarian Orange #96211F

Tints of Mandarian Orange #96211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 70.09%
G = 15.42%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#96211F (or 0x96211F) is known color: Mandarian Orange. HEX triplet: 96, 21 and 1F. RGB value is (150,33,31). Sum of RGB (Red+Green+Blue) = 150+33+31=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96211F is #69DEE0. Grayscale: #434343. Windows color (decimal): -6938337 or 2040214. OLE color: 2040214.

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

Color convert

RGB 150 33 31 -
CMYK 0 0.78 0.79 0.41
HSL 1.01º 0.66% 0.35% -
HSV(B) 1.01º 0.79% 0.59% -
XYZ 13.37 7.67 2.07 -
YUV 67.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 150 33 31 0 0.78 0.79 0.41 1.01 0.66 0.35
Hex 96 21 1F 0 4E 4F 29 1 42 23
Octal 226 41 37 0 116 117 51 1 102 43
Binary 10010110 100001 11111 0 1001110 1001111 101001 1 1000010 100011

Color Harmonies of #96211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96211F

Black with #96211F

Text Example


Text Example

White with #96211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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