#970703

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

Shades of Dark Red #970703

Tints of Dark Red #970703

Color information

#970703 (or 0x970703) is unknown color: approx Dark Red. HEX triplet: 97, 07 and 03. RGB value is (151,7,3). Sum of RGB (Red+Green+Blue) = 151+7+3=161 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.79% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 151 - color contains mainly: red. Hex color #970703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970703 is #68F8FC. Grayscale: #313131. Windows color (decimal): -6879485 or 198551. OLE color: 198551.

HSL color Cylindrical-coordinate representation of color #970703: hue angle of 1.62º 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 #970703 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB15173-
CMYK00.950.980.41
HSL1.62º96.1%30.2%-
HSV(B)1.62º98.01%59.22%-
XYZ12.856.740.71-
YUV49.6101.71200.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 93.79%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=93.79%
G=4.35%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517300.950.980.411.6296.130.2
Hex977305F62292601e
Octal22773013714251214036
Binary100101111111101011111110001010100110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970703; }

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

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

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

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

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

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

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

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