#970903

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

Shades of Dark Red #970903

Tints of Dark Red #970903

Color information

#970903 (or 0x970903) is unknown color: approx Dark Red. HEX triplet: 97, 09 and 03. RGB value is (151,9,3). Sum of RGB (Red+Green+Blue) = 151+9+3=163 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.64% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 151 - color contains mainly: red. Hex color #970903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970903 is #68F6FC. Grayscale: #323232. Windows color (decimal): -6878973 or 199063. OLE color: 199063.

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

Color convert

RGB15193-
CMYK00.940.980.41
HSL2.43º96.1%30.2%-
HSV(B)2.43º98.01%59.22%-
XYZ12.886.780.72-
YUV50.77101.04199.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 92.64%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 3 (1.56% from 255) = 1.84%
R=92.64%
G=5.52%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519300.940.980.412.4396.130.2
Hex979305E62292601e
Octal227113013614251214036
Binary1001011110011101011110110001010100110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970903; }

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

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

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

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

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

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

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

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