Html Css Color HEX #970504 Dark Red

📋 copy color: '#970504'

red 151 ◦ green 5 ◦ blue 4

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

Shades of Dark Red #970504

Tints of Dark Red #970504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

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

R = 94.38%
G = 3.13%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#970504 (or 0x970504) is known color: 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

RGB 151 5 4 -
CMYK 0 0.97 0.97 0.41
HSL 0.41º 0.95% 0.3% -
HSV(B) 0.41º 0.97% 0.59% -
XYZ 12.84 6.7 0.73 -
YUV 48.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 151 5 4 0 0.97 0.97 0.41 0.41 0.95 0.3
Hex 97 5 4 0 61 61 29 0 5F 1E
Octal 227 5 4 0 141 141 51 0 137 36
Binary 10010111 101 100 0 1100001 1100001 101001 0 1011111 11110

Color Harmonies of #970504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970504

Black with #970504

Text Example


Text Example

White with #970504

Text Example


Text Example

HTML Codes & Css Web 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>