Html Css Color HEX #992109 Mandarian Orange

📋 copy color: '#992109'

red 153 ◦ green 33 ◦ blue 9

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

Shades of Mandarian Orange #992109

Tints of Mandarian Orange #992109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.62%

R = 78.46%
G = 16.92%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#992109 (or 0x992109) is known color: Mandarian Orange. HEX triplet: 99, 21 and 09. RGB value is (153,33,9). Sum of RGB (Red+Green+Blue) = 153+33+9=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #992109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992109 is #66DEF6. Grayscale: #424242. Windows color (decimal): -6741751 or 598425. OLE color: 598425.

HSL color Cylindrical-coordinate representation of color #992109: hue angle of 10º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #992109 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 9 -
CMYK 0 0.78 0.94 0.4
HSL 10º 0.89% 0.32% -
HSV(B) 10º 0.94% 0.6% -
XYZ 13.73 7.88 1.06 -
YUV 66.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 153 33 9 0 0.78 0.94 0.4 10 0.89 0.32
Hex 99 21 9 0 4E 5E 28 A 59 20
Octal 231 41 11 0 116 136 50 12 131 40
Binary 10011001 100001 1001 0 1001110 1011110 101000 1010 1011001 100000

Color Harmonies of #992109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992109

Black with #992109

Text Example


Text Example

White with #992109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992109; }

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

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

background-color css

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

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

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

border-color css

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

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

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