#9b1d11

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

Shades of Mandarian Orange #9B1D11

Tints of Mandarian Orange #9B1D11

Color information

#9B1D11 (or 0x9B1D11) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 1D and 11. RGB value is (155,29,17). Sum of RGB (Red+Green+Blue) = 155+29+17=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1D11 is #64E2EE. Grayscale: #414141. Windows color (decimal): -6611695 or 1121691. OLE color: 1121691.

HSL color Cylindrical-coordinate representation of color #9B1D11: hue angle of 5.22º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B1D11 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB1552917-
CMYK00.810.890.39
HSL5.22º80.23%33.73%-
HSV(B)5.22º89.03%60.78%-
XYZ14.067.891.31-
YUV65.31100.74191.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.11%
GREEN value IS 29 (11.72% from 255) = 14.43%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=77.11%
G=14.43%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155291700.810.890.395.2280.2333.73
Hex9B1D11051592755022
Octal2333521012113147512042
Binary1001101111101100010101000110110011001111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b1d11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b1d11; }

 p { color: rgb(155,29,17); }

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

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

 a { background-color: rgb(155,29,17); }

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

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

 span { border-color: rgb(155,29,17); }

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