#970934

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

Shades of Carmine #970934

Tints of Carmine #970934

Color information

#970934 (or 0x970934) is unknown color: approx Carmine. HEX triplet: 97, 09 and 34. RGB value is (151,9,52). Sum of RGB (Red+Green+Blue) = 151+9+52=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #970934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970934 is #68F6CB. Grayscale: #383838. Windows color (decimal): -6878924 or 3410327. OLE color: 3410327.

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

Color convert

RGB151952-
CMYK00.940.660.41
HSL341.83º88.75%31.37%-
HSV(B)341.83º94.04%59.22%-
XYZ13.487.023.89-
YUV56.36125.54195.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.23%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=71.23%
G=4.25%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15195200.940.660.41341.8388.7531.37
Hex9793405E4229156591f
Octal227116401361025152613137
Binary100101111001110100010111101000010101001101010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970934; }

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

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

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

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

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

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

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

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