#970924

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

Shades of Carmine #970924

Tints of Carmine #970924

Color information

#970924 (or 0x970924) is unknown color: approx Carmine. HEX triplet: 97, 09 and 24. RGB value is (151,9,36). Sum of RGB (Red+Green+Blue) = 151+9+36=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #970924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970924 is #68F6DB. Grayscale: #363636. Windows color (decimal): -6878940 or 2361751. OLE color: 2361751.

HSL color Cylindrical-coordinate representation of color #970924: hue angle of 348.59º 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 #970924 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB151936-
CMYK00.940.760.41
HSL348.59º88.75%31.37%-
HSV(B)348.59º94.04%59.22%-
XYZ13.186.92.31-
YUV54.54117.54196.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 77.04%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=77.04%
G=4.59%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15193600.940.760.41348.5988.7531.37
Hex9792405E4C2915d591f
Octal227114401361145153513137
Binary100101111001100100010111101001100101001101011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970924; }

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

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

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

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

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

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

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

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