#971519

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

Shades of Carmine #971519

Tints of Carmine #971519

Color information

#971519 (or 0x971519) is unknown color: approx Carmine. HEX triplet: 97, 15 and 19. RGB value is (151,21,25). Sum of RGB (Red+Green+Blue) = 151+21+25=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #971519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971519 is #68EAE6. Grayscale: #3C3C3C. Windows color (decimal): -6875879 or 1643927. OLE color: 1643927.

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

Color convert

RGB1512125-
CMYK00.860.830.41
HSL358.15º75.58%33.73%-
HSV(B)358.15º86.09%59.22%-
XYZ13.217.191.61-
YUV60.33108.07192.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.65%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=76.65%
G=10.66%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151212500.860.830.41358.1575.5833.73
Hex97151905653291664c22
Octal227253101261235154611442
Binary1001011110101110010101011010100111010011011001101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971519; }

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

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

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

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

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

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

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

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