#970403

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

Shades of Dark Red #970403

Tints of Dark Red #970403

Color information

#970403 (or 0x970403) is unknown color: approx Dark Red. HEX triplet: 97, 04 and 03. RGB value is (151,4,3). Sum of RGB (Red+Green+Blue) = 151+4+3=158 (20% of max value = 765). Red value is 151 (59.38% from 255 or 95.57% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 151 - color contains mainly: red. Hex color #970403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970403 is #68FBFC. Grayscale: #2F2F2F. Windows color (decimal): -6880253 or 197783. OLE color: 197783.

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

Color convert

RGB15143-
CMYK00.970.980.41
HSL0.41º96.1%30.2%-
HSV(B)0.41º98.01%59.22%-
XYZ12.826.670.7-
YUV47.84102.7201.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 95.57%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=95.57%
G=2.53%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514300.970.980.410.4196.130.2
Hex974306162290601e
Octal22743014114251014036
Binary10010111100110110000111000101010010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970403; }

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

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

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

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

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

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

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

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