Html Css Color HEX #970511 Sangria

📋 copy color: '#970511'

red 151 ◦ green 5 ◦ blue 17

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

Shades of Sangria #970511

Tints of Sangria #970511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 87.28%
G = 2.89%
B = 9.83%

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

#970511 (or 0x970511) is known color: Sangria. HEX triplet: 97, 05 and 11. RGB value is (151,5,17). Sum of RGB (Red+Green+Blue) = 151+5+17=173 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.28% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 151 - color contains mainly: red. Hex color #970511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970511 is #68FAEE. Grayscale: #323232. Windows color (decimal): -6879983 or 1115543. OLE color: 1115543.

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

Color convert

RGB 151 5 17 -
CMYK 0 0.97 0.89 0.41
HSL 355.07º 0.94% 0.31% -
HSV(B) 355.07º 0.97% 0.59% -
XYZ 12.92 6.73 1.15 -
YUV 50.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 151 5 17 0 0.97 0.89 0.41 355.07 0.94 0.31
Hex 97 5 11 0 61 59 29 163 5E 1F
Octal 227 5 21 0 141 131 51 543 136 37
Binary 10010111 101 10001 0 1100001 1011001 101001 101100011 1011110 11111

Color Harmonies of #970511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970511

Black with #970511

Text Example


Text Example

White with #970511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970511; }

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

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

background-color css

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

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

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

border-color css

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

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

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