Html Css Color HEX #99201C Mandarian Orange

📋 copy color: '#99201C'

red 153 ◦ green 32 ◦ blue 28

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

Shades of Mandarian Orange #99201C

Tints of Mandarian Orange #99201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 71.83%
G = 15.02%
B = 13.15%

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

#99201C (or 0x99201C) is known color: Mandarian Orange. HEX triplet: 99, 20 and 1C. RGB value is (153,32,28). Sum of RGB (Red+Green+Blue) = 153+32+28=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #99201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99201C is #66DFE3. Grayscale: #434343. Windows color (decimal): -6741988 or 1843353. OLE color: 1843353.

HSL color Cylindrical-coordinate representation of color #99201C: hue angle of 1.92º degrees, saturation: 0.69, 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 #99201C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 28 -
CMYK 0 0.79 0.82 0.4
HSL 1.92º 0.69% 0.35% -
HSV(B) 1.92º 0.82% 0.6% -
XYZ 13.86 7.89 1.89 -
YUV 67.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 153 32 28 0 0.79 0.82 0.4 1.92 0.69 0.35
Hex 99 20 1C 0 4F 52 28 2 45 23
Octal 231 40 34 0 117 122 50 2 105 43
Binary 10011001 100000 11100 0 1001111 1010010 101000 10 1000101 100011

Color Harmonies of #99201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99201C

Black with #99201C

Text Example


Text Example

White with #99201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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