Html Css Color HEX #970911 Sangria

📋 copy color: '#970911'

red 151 ◦ green 9 ◦ blue 17

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

Shades of Sangria #970911

Tints of Sangria #970911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 85.31%
G = 5.08%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#970911 (or 0x970911) is known color: Sangria. HEX triplet: 97, 09 and 11. RGB value is (151,9,17). Sum of RGB (Red+Green+Blue) = 151+9+17=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #970911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970911 is #68F6EE. Grayscale: #343434. Windows color (decimal): -6878959 or 1116567. OLE color: 1116567.

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

Color convert

RGB 151 9 17 -
CMYK 0 0.94 0.89 0.41
HSL 356.62º 0.89% 0.31% -
HSV(B) 356.62º 0.94% 0.59% -
XYZ 12.96 6.82 1.16 -
YUV 52.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 151 9 17 0 0.94 0.89 0.41 356.62 0.89 0.31
Hex 97 9 11 0 5E 59 29 165 59 1F
Octal 227 11 21 0 136 131 51 545 131 37
Binary 10010111 1001 10001 0 1011110 1011001 101001 101100101 1011001 11111

Color Harmonies of #970911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970911

Black with #970911

Text Example


Text Example

White with #970911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970911; }

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

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

background-color css

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

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

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

border-color css

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

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

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