Html Css Color HEX #992918 Mandarian Orange

📋 copy color: '#992918'

red 153 ◦ green 41 ◦ blue 24

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

Shades of Mandarian Orange #992918

Tints of Mandarian Orange #992918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 70.18%
G = 18.81%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#992918 (or 0x992918) is known color: Mandarian Orange. HEX triplet: 99, 29 and 18. RGB value is (153,41,24). Sum of RGB (Red+Green+Blue) = 153+41+24=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #992918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992918 is #66D6E7. Grayscale: #484848. Windows color (decimal): -6739688 or 1583513. OLE color: 1583513.

HSL color Cylindrical-coordinate representation of color #992918: hue angle of 7.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #992918 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 24 -
CMYK 0 0.73 0.84 0.4
HSL 7.91º 0.73% 0.35% -
HSV(B) 7.91º 0.84% 0.6% -
XYZ 14.09 8.42 1.75 -
YUV 72.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 153 41 24 0 0.73 0.84 0.4 7.91 0.73 0.35
Hex 99 29 18 0 49 54 28 8 49 23
Octal 231 51 30 0 111 124 50 10 111 43
Binary 10011001 101001 11000 0 1001001 1010100 101000 1000 1001001 100011

Color Harmonies of #992918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992918

Black with #992918

Text Example


Text Example

White with #992918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992918; }

 p { color: rgb(153,41,24); }

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

background-color css

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

 a { background-color: rgb(153,41,24); }

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

border-color css

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

 span { border-color: rgb(153,41,24); }

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