#971415

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

Shades of Sangria #971415

Tints of Sangria #971415

Color information

#971415 (or 0x971415) is unknown color: approx Sangria. HEX triplet: 97, 14 and 15. RGB value is (151,20,21). Sum of RGB (Red+Green+Blue) = 151+20+21=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #971415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971415 is #68EBEA. Grayscale: #3B3B3B. Windows color (decimal): -6876139 or 1381527. OLE color: 1381527.

HSL color Cylindrical-coordinate representation of color #971415: hue angle of 359.54º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971415 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB1512021-
CMYK00.870.860.41
HSL359.54º76.61%33.53%-
HSV(B)359.54º86.75%59.22%-
XYZ13.157.131.39-
YUV59.28106.4193.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 78.65%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=78.65%
G=10.42%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151202100.870.860.41359.5476.6133.53
Hex97141505756291684d22
Octal227242501271265155011542
Binary1001011110100101010101011110101101010011011010001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971415; }

 p { color: rgb(151,20,21); }

 H1.HeaderClassName
 {
   color: #971415;
 }
 .AnyTagClassName
 {
   color: #971415;
 }
</style>
background-color css

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

 a { background-color: rgb(151,20,21); }

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

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

 span { border-color: rgb(151,20,21); }

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