#9E1F0D

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

Shades of Mandarian Orange #9E1F0D

Tints of Mandarian Orange #9E1F0D

Color information

#9E1F0D (or 0x9E1F0D) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 1F and 0D. RGB value is (158,31,13). Sum of RGB (Red+Green+Blue) = 158+31+13=202 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.22% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1F0D is #61E0F2. Grayscale: #434343. Windows color (decimal): -6414579 or 860062. OLE color: 860062.

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

Color convert

RGB1583113-
CMYK00.800.920.38
HSL7.45º84.8%33.53%-
HSV(B)7.45º91.77%61.96%-
XYZ14.668.281.21-
YUV66.9297.58192.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 78.22%
GREEN value IS 31 (12.5% from 255) = 15.35%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=78.22%
G=15.35%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158311300.800.920.387.4584.833.53
Hex9E1FD0505C2675522
Octal2363715012013446712542
Binary100111101111111010101000010111001001101111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,31,13); }

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

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

 a { background-color: rgb(158,31,13); }

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

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

 span { border-color: rgb(158,31,13); }

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