Html Css Color HEX #992114 Mandarian Orange

📋 copy color: '#992114'

red 153 ◦ green 33 ◦ blue 20

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

Shades of Mandarian Orange #992114

Tints of Mandarian Orange #992114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 74.27%
G = 16.02%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#992114 (or 0x992114) is known color: Mandarian Orange. HEX triplet: 99, 21 and 14. RGB value is (153,33,20). Sum of RGB (Red+Green+Blue) = 153+33+20=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #992114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992114 is #66DEEB. Grayscale: #434343. Windows color (decimal): -6741740 or 1319321. OLE color: 1319321.

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

Color convert

RGB 153 33 20 -
CMYK 0 0.78 0.87 0.4
HSL 5.86º 0.77% 0.34% -
HSV(B) 5.86º 0.87% 0.6% -
XYZ 13.81 7.91 1.46 -
YUV 67.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 153 33 20 0 0.78 0.87 0.4 5.86 0.77 0.34
Hex 99 21 14 0 4E 57 28 6 4D 22
Octal 231 41 24 0 116 127 50 6 115 42
Binary 10011001 100001 10100 0 1001110 1010111 101000 110 1001101 100010

Color Harmonies of #992114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992114

Black with #992114

Text Example


Text Example

White with #992114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992114; }

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

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

background-color css

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

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

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

border-color css

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

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

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