Html Css Color HEX #992014 Mandarian Orange

📋 copy color: '#992014'

red 153 ◦ green 32 ◦ blue 20

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

Shades of Mandarian Orange #992014

Tints of Mandarian Orange #992014

RGB

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

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

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

R = 74.63%
G = 15.61%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#992014 (or 0x992014) is known color: Mandarian Orange. HEX triplet: 99, 20 and 14. RGB value is (153,32,20). Sum of RGB (Red+Green+Blue) = 153+32+20=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #992014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992014 is #66DFEB. Grayscale: #424242. Windows color (decimal): -6741996 or 1319065. OLE color: 1319065.

HSL color Cylindrical-coordinate representation of color #992014: hue angle of 5.41º 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 #992014 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 20 -
CMYK 0 0.79 0.87 0.4
HSL 5.41º 0.77% 0.34% -
HSV(B) 5.41º 0.87% 0.6% -
XYZ 13.78 7.86 1.45 -
YUV 66.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 153 32 20 0 0.79 0.87 0.4 5.41 0.77 0.34
Hex 99 20 14 0 4F 57 28 5 4D 22
Octal 231 40 24 0 117 127 50 5 115 42
Binary 10011001 100000 10100 0 1001111 1010111 101000 101 1001101 100010

Color Harmonies of #992014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992014

Black with #992014

Text Example


Text Example

White with #992014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992014; }

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

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

background-color css

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

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

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

border-color css

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

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

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