#970911

Color #970911 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #970911

Tints of Sangria #970911

Color information

#970911 (or 0x970911) is unknown color: approx 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

RGB151917-
CMYK00.940.890.41
HSL356.62º88.75%31.37%-
HSV(B)356.62º94.04%59.22%-
XYZ12.966.821.16-
YUV52.37108.04198.35-

RGB Variations

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

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.60%
R=85.31%
G=5.08%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15191700.940.890.41356.6288.7531.37
Hex9791105E5929165591f
Octal227112101361315154513137
Binary10010111100110001010111101011001101001101100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>