Html Css Color HEX #991C11 Mandarian Orange

📋 copy color: '#991C11'

red 153 ◦ green 28 ◦ blue 17

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

Shades of Mandarian Orange #991C11

Tints of Mandarian Orange #991C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

 BLUE value IS 17 (7.03% from 255) = 8.59%

R = 77.27%
G = 14.14%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#991C11 (or 0x991C11) is known color: Mandarian Orange. HEX triplet: 99, 1C and 11. RGB value is (153,28,17). Sum of RGB (Red+Green+Blue) = 153+28+17=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #991C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C11 is #66E3EE. Grayscale: #404040. Windows color (decimal): -6743023 or 1121433. OLE color: 1121433.

HSL color Cylindrical-coordinate representation of color #991C11: hue angle of 4.85º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991C11 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 28 17 -
CMYK 0 0.82 0.89 0.4
HSL 4.85º 0.8% 0.33% -
HSV(B) 4.85º 0.89% 0.6% -
XYZ 13.65 7.64 1.29 -
YUV 64.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 153 28 17 0 0.82 0.89 0.4 4.85 0.8 0.33
Hex 99 1C 11 0 52 59 28 5 50 21
Octal 231 34 21 0 122 131 50 5 120 41
Binary 10011001 11100 10001 0 1010010 1011001 101000 101 1010000 100001

Color Harmonies of #991C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C11

Black with #991C11

Text Example


Text Example

White with #991C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,28,17); }

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

background-color css

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

 a { background-color: rgb(153,28,17); }

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

border-color css

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

 span { border-color: rgb(153,28,17); }

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