#9F1200

Color #9F1200 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #9F1200

Tints of Dark Red #9F1200

Color information

#9F1200 (or 0x9F1200) is unknown color: approx Dark Red. HEX triplet: 9F, 12 and 00. RGB value is (159,18,0). Sum of RGB (Red+Green+Blue) = 159+18+0=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1200 is #60EDFF. Grayscale: #3A3A3A. Windows color (decimal): -6352384 or 4767. OLE color: 4767.

HSL color Cylindrical-coordinate representation of color #9F1200: hue angle of 6.79º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F1200 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB159180-
CMYK00.8910.38
HSL6.79º100%31.18%-
HSV(B)6.79º100%62.35%-
XYZ14.517.80.74-
YUV58.1195.21199.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 89.83%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.83%
G=10.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15918000.8910.386.7910031.18
Hex9F12005964267641f
Octal237220013114446714437
Binary10011111100100010110011100100100110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,0); }

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

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

 a { background-color: rgb(159,18,0); }

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

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

 span { border-color: rgb(159,18,0); }

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