#9F1F10

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

Shades of Mandarian Orange #9F1F10

Tints of Mandarian Orange #9F1F10

Color information

#9F1F10 (or 0x9F1F10) is unknown color: approx Mandarian Orange. HEX triplet: 9F, 1F and 10. RGB value is (159,31,16). Sum of RGB (Red+Green+Blue) = 159+31+16=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1F10 is #60E0EF. Grayscale: #434343. Windows color (decimal): -6349040 or 1056671. OLE color: 1056671.

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

Color convert

RGB1593116-
CMYK00.810.900.38
HSL6.29º81.71%34.31%-
HSV(B)6.29º89.94%62.35%-
XYZ14.888.391.32-
YUV67.5698.91193.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 77.18%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 16 (6.64% from 255) = 7.77%
R=77.18%
G=15.05%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159311600.810.900.386.2981.7134.31
Hex9F1F100515A2665222
Octal2373720012113246612242
Binary1001111111111100000101000110110101001101101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,31,16); }

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

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

 a { background-color: rgb(159,31,16); }

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

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

 span { border-color: rgb(159,31,16); }

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