Html Css Color HEX #970204 Sangria

📋 copy color: '#970204'

red 151 ◦ green 2 ◦ blue 4

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

Shades of Sangria #970204

Tints of Sangria #970204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 96.18%
G = 1.27%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#970204 (or 0x970204) is known color: Sangria. HEX triplet: 97, 02 and 04. RGB value is (151,2,4). Sum of RGB (Red+Green+Blue) = 151+2+4=157 (20% of max value = 765). Red value is 151 (59.38% from 255 or 96.18% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 151 - color contains mainly: red. Hex color #970204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970204 is #68FDFB. Grayscale: #2E2E2E. Windows color (decimal): -6880764 or 262807. OLE color: 262807.

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

Color convert

RGB 151 2 4 -
CMYK 0 0.99 0.97 0.41
HSL 359.19º 0.97% 0.3% -
HSV(B) 359.19º 0.99% 0.59% -
XYZ 12.81 6.63 0.72 -
YUV 46.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 151 2 4 0 0.99 0.97 0.41 359.19 0.97 0.3
Hex 97 2 4 0 63 61 29 167 61 1E
Octal 227 2 4 0 143 141 51 547 141 36
Binary 10010111 10 100 0 1100011 1100001 101001 101100111 1100001 11110

Color Harmonies of #970204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970204

Black with #970204

Text Example


Text Example

White with #970204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970204; }

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

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

background-color css

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

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

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

border-color css

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

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

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