Html Css Color HEX #991815 Mandarian Orange

📋 copy color: '#991815'

red 153 ◦ green 24 ◦ blue 21

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

Shades of Mandarian Orange #991815

Tints of Mandarian Orange #991815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

 BLUE value IS 21 (8.59% from 255) = 10.61%

R = 77.27%
G = 12.12%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#991815 (or 0x991815) is known color: Mandarian Orange. HEX triplet: 99, 18 and 15. RGB value is (153,24,21). Sum of RGB (Red+Green+Blue) = 153+24+21=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #991815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991815 is #66E7EA. Grayscale: #3E3E3E. Windows color (decimal): -6744043 or 1382553. OLE color: 1382553.

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

Color convert

RGB 153 24 21 -
CMYK 0 0.84 0.86 0.4
HSL 1.36º 0.76% 0.34% -
HSV(B) 1.36º 0.86% 0.6% -
XYZ 13.6 7.48 1.44 -
YUV 62.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 153 24 21 0 0.84 0.86 0.4 1.36 0.76 0.34
Hex 99 18 15 0 54 56 28 1 4C 22
Octal 231 30 25 0 124 126 50 1 114 42
Binary 10011001 11000 10101 0 1010100 1010110 101000 1 1001100 100010

Color Harmonies of #991815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991815

Black with #991815

Text Example


Text Example

White with #991815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991815; }

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

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

background-color css

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

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

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

border-color css

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

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

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