Html Css Color HEX #970506 Sangria

📋 copy color: '#970506'

red 151 ◦ green 5 ◦ blue 6

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

Shades of Sangria #970506

Tints of Sangria #970506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.7%

R = 93.21%
G = 3.09%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#970506 (or 0x970506) is known color: Sangria. HEX triplet: 97, 05 and 06. RGB value is (151,5,6). Sum of RGB (Red+Green+Blue) = 151+5+6=162 (21% of max value = 765). Red value is 151 (59.38% from 255 or 93.21% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 151 - color contains mainly: red. Hex color #970506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970506 is #68FAF9. Grayscale: #303030. Windows color (decimal): -6879994 or 394647. OLE color: 394647.

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

Color convert

RGB 151 5 6 -
CMYK 0 0.97 0.96 0.41
HSL 359.59º 0.94% 0.31% -
HSV(B) 359.59º 0.97% 0.59% -
XYZ 12.85 6.7 0.79 -
YUV 48.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 151 5 6 0 0.97 0.96 0.41 359.59 0.94 0.31
Hex 97 5 6 0 61 60 29 168 5E 1F
Octal 227 5 6 0 141 140 51 550 136 37
Binary 10010111 101 110 0 1100001 1100000 101001 101101000 1011110 11111

Color Harmonies of #970506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970506

Black with #970506

Text Example


Text Example

White with #970506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970506; }

 p { color: rgb(151,5,6); }

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

background-color css

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

 a { background-color: rgb(151,5,6); }

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

border-color css

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

 span { border-color: rgb(151,5,6); }

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