Html Css Color HEX #991B0B Mandarian Orange

📋 copy color: '#991B0B'

red 153 ◦ green 27 ◦ blue 11

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

Shades of Mandarian Orange #991B0B

Tints of Mandarian Orange #991B0B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.14%

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

R = 80.1%
G = 14.14%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#991B0B (or 0x991B0B) is known color: Mandarian Orange. HEX triplet: 99, 1B and 0B. RGB value is (153,27,11). Sum of RGB (Red+Green+Blue) = 153+27+11=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #991B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991B0B is #66E4F4. Grayscale: #3F3F3F. Windows color (decimal): -6743285 or 727961. OLE color: 727961.

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

Color convert

RGB 153 27 11 -
CMYK 0 0.82 0.93 0.4
HSL 6.76º 0.87% 0.32% -
HSV(B) 6.76º 0.93% 0.6% -
XYZ 13.59 7.58 1.06 -
YUV 62.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 153 27 11 0 0.82 0.93 0.4 6.76 0.87 0.32
Hex 99 1B B 0 52 5D 28 7 57 20
Octal 231 33 13 0 122 135 50 7 127 40
Binary 10011001 11011 1011 0 1010010 1011101 101000 111 1010111 100000

Color Harmonies of #991B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B0B

Black with #991B0B

Text Example


Text Example

White with #991B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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