Html Css Color HEX #970510 Sangria

📋 copy color: '#970510'

red 151 ◦ green 5 ◦ blue 16

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

Shades of Sangria #970510

Tints of Sangria #970510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 87.79%
G = 2.91%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#970510 (or 0x970510) is known color: Sangria. HEX triplet: 97, 05 and 10. RGB value is (151,5,16). Sum of RGB (Red+Green+Blue) = 151+5+16=172 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.79% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 151 - color contains mainly: red. Hex color #970510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970510 is #68FAEF. Grayscale: #323232. Windows color (decimal): -6879984 or 1050007. OLE color: 1050007.

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

Color convert

RGB 151 5 16 -
CMYK 0 0.97 0.89 0.41
HSL 355.48º 0.94% 0.31% -
HSV(B) 355.48º 0.97% 0.59% -
XYZ 12.91 6.73 1.11 -
YUV 49.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 151 5 16 0 0.97 0.89 0.41 355.48 0.94 0.31
Hex 97 5 10 0 61 59 29 163 5E 1F
Octal 227 5 20 0 141 131 51 543 136 37
Binary 10010111 101 10000 0 1100001 1011001 101001 101100011 1011110 11111

Color Harmonies of #970510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970510

Black with #970510

Text Example


Text Example

White with #970510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970510; }

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

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

background-color css

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

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

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

border-color css

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

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

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