#9B1E0D

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

Shades of Mandarian Orange #9B1E0D

Tints of Mandarian Orange #9B1E0D

Color information

#9B1E0D (or 0x9B1E0D) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 1E and 0D. RGB value is (155,30,13). Sum of RGB (Red+Green+Blue) = 155+30+13=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1E0D is #64E1F2. Grayscale: #414141. Windows color (decimal): -6611443 or 859803. OLE color: 859803.

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

Color convert

RGB1553013-
CMYK00.810.920.39
HSL7.18º84.52%32.94%-
HSV(B)7.18º91.61%60.78%-
XYZ14.057.931.17-
YUV65.4498.41191.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 78.28%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=78.28%
G=15.15%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155301300.810.920.397.1884.5232.94
Hex9B1ED0515C2775521
Octal2333615012113447712541
Binary100110111111011010101000110111001001111111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,30,13); }

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

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

 a { background-color: rgb(155,30,13); }

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

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

 span { border-color: rgb(155,30,13); }

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