Html Css Color HEX #992110 Mandarian Orange

📋 copy color: '#992110'

red 153 ◦ green 33 ◦ blue 16

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

Shades of Mandarian Orange #992110

Tints of Mandarian Orange #992110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.92%

R = 75.74%
G = 16.34%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#992110 (or 0x992110) is known color: Mandarian Orange. HEX triplet: 99, 21 and 10. RGB value is (153,33,16). Sum of RGB (Red+Green+Blue) = 153+33+16=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #992110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992110 is #66DEEF. Grayscale: #434343. Windows color (decimal): -6741744 or 1057177. OLE color: 1057177.

HSL color Cylindrical-coordinate representation of color #992110: hue angle of 7.45º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #992110 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 16 -
CMYK 0 0.78 0.90 0.4
HSL 7.45º 0.81% 0.33% -
HSV(B) 7.45º 0.9% 0.6% -
XYZ 13.77 7.9 1.29 -
YUV 66.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 153 33 16 0 0.78 0.90 0.4 7.45 0.81 0.33
Hex 99 21 10 0 4E 5A 28 7 51 21
Octal 231 41 20 0 116 132 50 7 121 41
Binary 10011001 100001 10000 0 1001110 1011010 101000 111 1010001 100001

Color Harmonies of #992110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992110

Black with #992110

Text Example


Text Example

White with #992110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992110; }

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

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

background-color css

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

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

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

border-color css

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

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

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