#970624

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

Shades of Carmine #970624

Tints of Carmine #970624

Color information

#970624 (or 0x970624) is unknown color: approx Carmine. HEX triplet: 97, 06 and 24. RGB value is (151,6,36). Sum of RGB (Red+Green+Blue) = 151+6+36=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #970624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970624 is #68F9DB. Grayscale: #343434. Windows color (decimal): -6879708 or 2360983. OLE color: 2360983.

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

Color convert

RGB151636-
CMYK00.960.760.41
HSL347.59º92.36%30.78%-
HSV(B)347.59º96.03%59.22%-
XYZ13.156.842.3-
YUV52.78118.54198.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 78.24%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=78.24%
G=3.11%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15163600.960.760.41347.5992.3630.78
Hex976240604C2915c5c1f
Octal22764401401145153413437
Binary10010111110100100011000001001100101001101011100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970624; }

 p { color: rgb(151,6,36); }

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

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

 a { background-color: rgb(151,6,36); }

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

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

 span { border-color: rgb(151,6,36); }

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