#9E1E1B

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

Shades of Mandarian Orange #9E1E1B

Tints of Mandarian Orange #9E1E1B

Color information

#9E1E1B (or 0x9E1E1B) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 1E and 1B. RGB value is (158,30,27). Sum of RGB (Red+Green+Blue) = 158+30+27=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1E1B is #61E1E4. Grayscale: #444444. Windows color (decimal): -6414821 or 1777310. OLE color: 1777310.

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

Color convert

RGB1583027-
CMYK00.810.830.38
HSL1.37º70.81%36.27%-
HSV(B)1.37º82.91%61.96%-
XYZ14.768.281.86-
YUV67.93104.91192.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.49%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=73.49%
G=13.95%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158302700.810.830.381.3770.8136.27
Hex9E1E1B051532614724
Octal2363633012112346110744
Binary10011110111101101101010001101001110011011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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