#980604

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

Shades of Dark Red #980604

Tints of Dark Red #980604

Color information

#980604 (or 0x980604) is unknown color: approx Dark Red. HEX triplet: 98, 06 and 04. RGB value is (152,6,4). Sum of RGB (Red+Green+Blue) = 152+6+4=162 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.83% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 152 - color contains mainly: red. Hex color #980604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980604 is #67F9FB. Grayscale: #313131. Windows color (decimal): -6814204 or 263832. OLE color: 263832.

HSL color Cylindrical-coordinate representation of color #980604: hue angle of 0.81º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980604 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB15264-
CMYK00.960.970.40
HSL0.81º94.87%30.59%-
HSV(B)0.81º97.37%59.61%-
XYZ13.046.810.74-
YUV49.43102.37201.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 93.83%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=93.83%
G=3.70%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526400.960.970.400.8194.8730.59
Hex9864060612815f1f
Octal23064014014150113737
Binary100110001101000110000011000011010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980604; }

 p { color: rgb(152,6,4); }

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

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

 a { background-color: rgb(152,6,4); }

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

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

 span { border-color: rgb(152,6,4); }

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