Html Css Color HEX #99211F Mandarian Orange

📋 copy color: '#99211F'

red 153 ◦ green 33 ◦ blue 31

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

Shades of Mandarian Orange #99211F

Tints of Mandarian Orange #99211F

RGB

 RED value IS 153 (60.16% from 255) = 70.51%

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

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

R = 70.51%
G = 15.21%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99211F (or 0x99211F) is known color: Mandarian Orange. HEX triplet: 99, 21 and 1F. RGB value is (153,33,31). Sum of RGB (Red+Green+Blue) = 153+33+31=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99211F is #66DEE0. Grayscale: #444444. Windows color (decimal): -6741729 or 2040217. OLE color: 2040217.

HSL color Cylindrical-coordinate representation of color #99211F: hue angle of 0.98º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99211F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 31 -
CMYK 0 0.78 0.80 0.4
HSL 0.98º 0.66% 0.36% -
HSV(B) 0.98º 0.8% 0.6% -
XYZ 13.93 7.96 2.1 -
YUV 68.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 153 33 31 0 0.78 0.80 0.4 0.98 0.66 0.36
Hex 99 21 1F 0 4E 50 28 1 42 24
Octal 231 41 37 0 116 120 50 1 102 44
Binary 10011001 100001 11111 0 1001110 1010000 101000 1 1000010 100100

Color Harmonies of #99211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99211F

Black with #99211F

Text Example


Text Example

White with #99211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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