#9B1E07

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

Shades of Mandarian Orange #9B1E07

Tints of Mandarian Orange #9B1E07

Color information

#9B1E07 (or 0x9B1E07) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 1E and 07. RGB value is (155,30,7). Sum of RGB (Red+Green+Blue) = 155+30+7=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1E07 is #64E1F8. Grayscale: #404040. Windows color (decimal): -6611449 or 466587. OLE color: 466587.

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

Color convert

RGB155307-
CMYK00.810.950.39
HSL9.32º91.36%31.76%-
HSV(B)9.32º95.48%60.78%-
XYZ14.027.910.99-
YUV64.7595.41192.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 80.73%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 7 (3.12% from 255) = 3.65%
R=80.73%
G=15.62%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15530700.810.950.399.3291.3631.76
Hex9B1E70515F2795b20
Octal2333670121137471113340
Binary100110111111011101010001101111110011110011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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