#991D1B

Color #991D1B Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #991D1B

Tints of Mandarian Orange #991D1B

Color information

#991D1B (or 0x991D1B) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1D and 1B. RGB value is (153,29,27). Sum of RGB (Red+Green+Blue) = 153+29+27=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #991D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D1B is #66E2E4. Grayscale: #414141. Windows color (decimal): -6742757 or 1777049. OLE color: 1777049.

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

Color convert

RGB1532927-
CMYK00.810.820.4
HSL0.95º70%35.29%-
HSV(B)0.95º82.35%60%-
XYZ13.777.731.8-
YUV65.85106.08190.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.21%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=73.21%
G=13.88%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153292700.810.820.40.957035.29
Hex991D1B051522814623
Octal2313533012112250110643
Binary10011001111011101101010001101001010100011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #991D1B;
 }
 .AnyTagClassName
 {
   color: #991D1B;
 }
</style>
background-color css

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

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

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

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

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

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