#970504

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

Shades of Dark Red #970504

Tints of Dark Red #970504

Color information

#970504 (or 0x970504) is unknown color: approx Dark Red. HEX triplet: 97, 05 and 04. RGB value is (151,5,4). Sum of RGB (Red+Green+Blue) = 151+5+4=160 (21% of max value = 765). Red value is 151 (59.38% from 255 or 94.38% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 151 - color contains mainly: red. Hex color #970504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970504 is #68FAFB. Grayscale: #303030. Windows color (decimal): -6879996 or 263575. OLE color: 263575.

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

Color convert

RGB15154-
CMYK00.970.970.41
HSL0.41º94.84%30.39%-
HSV(B)0.41º97.35%59.22%-
XYZ12.846.70.73-
YUV48.54102.87201.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 94.38%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=94.38%
G=3.12%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515400.970.970.410.4194.8430.39
Hex9754061612905f1e
Octal22754014114151013736
Binary100101111011000110000111000011010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970504; }

 p { color: rgb(151,5,4); }

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

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

 a { background-color: rgb(151,5,4); }

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

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

 span { border-color: rgb(151,5,4); }

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