Html Css Color HEX #970804 Dark Red

📋 copy color: '#970804'

red 151 ◦ green 8 ◦ blue 4

#970804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #970804

Tints of Dark Red #970804

RGB

 RED value IS 151 (59.38% from 255) = 92.64%

 GREEN value IS 8 (3.52% from 255) = 4.91%

 BLUE value IS 4 (1.95% from 255) = 2.45%

R = 92.64%
G = 4.91%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#970804 (or 0x970804) is known color: Dark Red. HEX triplet: 97, 08 and 04. RGB value is (151,8,4). Sum of RGB (Red+Green+Blue) = 151+8+4=163 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.64% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 151 - color contains mainly: red. Hex color #970804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970804 is #68F7FB. Grayscale: #323232. Windows color (decimal): -6879228 or 264343. OLE color: 264343.

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

Color convert

RGB 151 8 4 -
CMYK 0 0.95 0.97 0.41
HSL 1.63º 0.95% 0.3% -
HSV(B) 1.63º 0.97% 0.59% -
XYZ 12.87 6.76 0.74 -
YUV 50.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 151 8 4 0 0.95 0.97 0.41 1.63 0.95 0.3
Hex 97 8 4 0 5F 61 29 2 5F 1E
Octal 227 10 4 0 137 141 51 2 137 36
Binary 10010111 1000 100 0 1011111 1100001 101001 10 1011111 11110

Color Harmonies of #970804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970804

Black with #970804

Text Example


Text Example

White with #970804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970804; }

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

 H1.HeaderClassName
 {
   color: #970804;
 }
 .AnyTagClassName
 {
   color: #970804;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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