Html Css Color HEX #991D0B Mandarian Orange

📋 copy color: '#991D0B'

red 153 ◦ green 29 ◦ blue 11

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

Shades of Mandarian Orange #991D0B

Tints of Mandarian Orange #991D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 79.27%
G = 15.03%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#991D0B (or 0x991D0B) is known color: Mandarian Orange. HEX triplet: 99, 1D and 0B. RGB value is (153,29,11). Sum of RGB (Red+Green+Blue) = 153+29+11=193 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.27% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 153 - color contains mainly: red. Hex color #991D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991D0B is #66E2F4. Grayscale: #404040. Windows color (decimal): -6742773 or 728473. OLE color: 728473.

HSL color Cylindrical-coordinate representation of color #991D0B: hue angle of 7.61º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #991D0B is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 11 -
CMYK 0 0.81 0.93 0.4
HSL 7.61º 0.87% 0.32% -
HSV(B) 7.61º 0.93% 0.6% -
XYZ 13.64 7.68 1.08 -
YUV 64.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 153 29 11 0 0.81 0.93 0.4 7.61 0.87 0.32
Hex 99 1D B 0 51 5D 28 8 57 20
Octal 231 35 13 0 121 135 50 10 127 40
Binary 10011001 11101 1011 0 1010001 1011101 101000 1000 1010111 100000

Color Harmonies of #991D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D0B

Black with #991D0B

Text Example


Text Example

White with #991D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,29,11); }

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

background-color css

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

 a { background-color: rgb(153,29,11); }

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

border-color css

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

 span { border-color: rgb(153,29,11); }

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