#9F1E1A

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

Shades of Mandarian Orange #9F1E1A

Tints of Mandarian Orange #9F1E1A

Color information

#9F1E1A (or 0x9F1E1A) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 1E and 1A. RGB value is (159,30,26). Sum of RGB (Red+Green+Blue) = 159+30+26=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E1A is #60E1E5. Grayscale: #444444. Windows color (decimal): -6349286 or 1711775. OLE color: 1711775.

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

Color convert

RGB1593026-
CMYK00.810.840.38
HSL1.8º71.89%36.27%-
HSV(B)1.8º83.65%62.35%-
XYZ14.958.371.81-
YUV68.11104.24192.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.95%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=73.95%
G=13.95%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159302600.810.840.381.871.8936.27
Hex9F1E1A051542624824
Octal2373632012112446211044
Binary100111111111011010010100011010100100110101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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