#970217

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

Shades of Carmine #970217

Tints of Carmine #970217

Color information

#970217 (or 0x970217) is unknown color: approx Carmine. HEX triplet: 97, 02 and 17. RGB value is (151,2,23). Sum of RGB (Red+Green+Blue) = 151+2+23=176 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.80% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 151 - color contains mainly: red. Hex color #970217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970217 is #68FDE8. Grayscale: #313131. Windows color (decimal): -6880745 or 1507991. OLE color: 1507991.

HSL color Cylindrical-coordinate representation of color #970217: hue angle of 351.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970217 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB151223-
CMYK00.990.850.41
HSL351.54º97.39%30%-
HSV(B)351.54º98.68%59.22%-
XYZ12.946.681.42-
YUV48.94113.36200.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 85.80%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 23 (9.38% from 255) = 13.07%
R=85.80%
G=1.14%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15122300.990.850.41351.5497.3930
Hex972170635529160611e
Octal22722701431255154014136
Binary100101111010111011000111010101101001101100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970217; }

 p { color: rgb(151,2,23); }

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

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

 a { background-color: rgb(151,2,23); }

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

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

 span { border-color: rgb(151,2,23); }

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