Html Css Color HEX #99201B Mandarian Orange

📋 copy color: '#99201B'

red 153 ◦ green 32 ◦ blue 27

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

Shades of Mandarian Orange #99201B

Tints of Mandarian Orange #99201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

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

R = 72.17%
G = 15.09%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99201B (or 0x99201B) is known color: Mandarian Orange. HEX triplet: 99, 20 and 1B. RGB value is (153,32,27). Sum of RGB (Red+Green+Blue) = 153+32+27=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #99201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99201B is #66DFE4. Grayscale: #434343. Windows color (decimal): -6741989 or 1777817. OLE color: 1777817.

HSL color Cylindrical-coordinate representation of color #99201B: hue angle of 2.38º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99201B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 27 -
CMYK 0 0.79 0.82 0.4
HSL 2.38º 0.7% 0.35% -
HSV(B) 2.38º 0.82% 0.6% -
XYZ 13.85 7.88 1.83 -
YUV 67.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 153 32 27 0 0.79 0.82 0.4 2.38 0.7 0.35
Hex 99 20 1B 0 4F 52 28 2 46 23
Octal 231 40 33 0 117 122 50 2 106 43
Binary 10011001 100000 11011 0 1001111 1010010 101000 10 1000110 100011

Color Harmonies of #99201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99201B

Black with #99201B

Text Example


Text Example

White with #99201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,32,27); }

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

background-color css

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

 a { background-color: rgb(153,32,27); }

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

border-color css

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

 span { border-color: rgb(153,32,27); }

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