#9F0802

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

Shades of Dark Red #9F0802

Tints of Dark Red #9F0802

Color information

#9F0802 (or 0x9F0802) is unknown color: approx Dark Red. HEX triplet: 9F, 08 and 02. RGB value is (159,8,2). Sum of RGB (Red+Green+Blue) = 159+8+2=169 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.08% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0802 is #60F7FD. Grayscale: #343434. Windows color (decimal): -6354942 or 133279. OLE color: 133279.

HSL color Cylindrical-coordinate representation of color #9F0802: hue angle of 2.29º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB15982-
CMYK00.950.990.38
HSL2.29º97.52%31.57%-
HSV(B)2.29º98.74%62.35%-
XYZ14.47.550.76-
YUV52.4699.53203.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 94.08%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=94.08%
G=4.73%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598200.950.990.382.2997.5231.57
Hex9F8205F632626220
Octal237102013714346214240
Binary10011111100010010111111100011100110101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,2); }

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

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

 a { background-color: rgb(159,8,2); }

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

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

 span { border-color: rgb(159,8,2); }

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