#9E1B0F

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

Shades of Mandarian Orange #9E1B0F

Tints of Mandarian Orange #9E1B0F

Color information

#9E1B0F (or 0x9E1B0F) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 1B and 0F. RGB value is (158,27,15). Sum of RGB (Red+Green+Blue) = 158+27+15=200 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1B0F is #61E4F0. Grayscale: #404040. Windows color (decimal): -6415601 or 990110. OLE color: 990110.

HSL color Cylindrical-coordinate representation of color #9E1B0F: hue angle of 5.03º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E1B0F is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1582715-
CMYK00.830.910.38
HSL5.03º82.66%33.92%-
HSV(B)5.03º90.51%61.96%-
XYZ14.588.091.24-
YUV64.899.9194.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 79%
GREEN value IS 27 (10.94% from 255) = 13.5%
BLUE value IS 15 (6.25% from 255) = 7.5%
R=79%
G=13.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158271500.830.910.385.0382.6633.92
Hex9E1BF0535B2655322
Octal2363317012313346512342
Binary100111101101111110101001110110111001101011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,27,15); }

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

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

 a { background-color: rgb(158,27,15); }

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

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

 span { border-color: rgb(158,27,15); }

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