Html Css Color HEX #991E18 Mandarian Orange

📋 copy color: '#991E18'

red 153 ◦ green 30 ◦ blue 24

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

Shades of Mandarian Orange #991E18

Tints of Mandarian Orange #991E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.49%

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

R = 73.91%
G = 14.49%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#991E18 (or 0x991E18) is known color: Mandarian Orange. HEX triplet: 99, 1E and 18. RGB value is (153,30,24). Sum of RGB (Red+Green+Blue) = 153+30+24=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #991E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991E18 is #66E1E7. Grayscale: #424242. Windows color (decimal): -6742504 or 1580697. OLE color: 1580697.

HSL color Cylindrical-coordinate representation of color #991E18: hue angle of 2.79º 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 #991E18 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 30 24 -
CMYK 0 0.80 0.84 0.4
HSL 2.79º 0.73% 0.35% -
HSV(B) 2.79º 0.84% 0.6% -
XYZ 13.77 7.77 1.64 -
YUV 66.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 153 30 24 0 0.80 0.84 0.4 2.79 0.73 0.35
Hex 99 1E 18 0 50 54 28 3 49 23
Octal 231 36 30 0 120 124 50 3 111 43
Binary 10011001 11110 11000 0 1010000 1010100 101000 11 1001001 100011

Color Harmonies of #991E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991E18

Black with #991E18

Text Example


Text Example

White with #991E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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