#9F1E16

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

Shades of Mandarian Orange #9F1E16

Tints of Mandarian Orange #9F1E16

Color information

#9F1E16 (or 0x9F1E16) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 1E and 16. RGB value is (159,30,22). Sum of RGB (Red+Green+Blue) = 159+30+22=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1E16 is #60E1E9. Grayscale: #434343. Windows color (decimal): -6349290 or 1449631. OLE color: 1449631.

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

Color convert

RGB1593022-
CMYK00.810.860.38
HSL3.5º75.69%35.49%-
HSV(B)3.5º86.16%62.35%-
XYZ14.918.361.59-
YUV67.66102.24193.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 75.36%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=75.36%
G=14.22%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159302200.810.860.383.575.6935.49
Hex9F1E16051562644c23
Octal2373626012112646411443
Binary1001111111110101100101000110101101001101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,30,22); }

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

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

 a { background-color: rgb(159,30,22); }

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

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

 span { border-color: rgb(159,30,22); }

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