Html Css Color HEX #99211E Mandarian Orange

📋 copy color: '#99211E'

red 153 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #99211E

Tints of Mandarian Orange #99211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.89%

R = 70.83%
G = 15.28%
B = 13.89%

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

#99211E (or 0x99211E) is known color: Mandarian Orange. HEX triplet: 99, 21 and 1E. RGB value is (153,33,30). Sum of RGB (Red+Green+Blue) = 153+33+30=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99211E is #66DEE1. Grayscale: #444444. Windows color (decimal): -6741730 or 1974681. OLE color: 1974681.

HSL color Cylindrical-coordinate representation of color #99211E: hue angle of 1.46º degrees, saturation: 0.67, 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 #99211E is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 30 -
CMYK 0 0.78 0.80 0.4
HSL 1.46º 0.67% 0.36% -
HSV(B) 1.46º 0.8% 0.6% -
XYZ 13.92 7.95 2.03 -
YUV 68.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 153 33 30 0 0.78 0.80 0.4 1.46 0.67 0.36
Hex 99 21 1E 0 4E 50 28 1 43 24
Octal 231 41 36 0 116 120 50 1 103 44
Binary 10011001 100001 11110 0 1001110 1010000 101000 1 1000011 100100

Color Harmonies of #99211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99211E

Black with #99211E

Text Example


Text Example

White with #99211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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