#970922

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

Shades of Carmine #970922

Tints of Carmine #970922

Color information

#970922 (or 0x970922) is unknown color: approx Carmine. HEX triplet: 97, 09 and 22. RGB value is (151,9,34). Sum of RGB (Red+Green+Blue) = 151+9+34=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #970922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970922 is #68F6DD. Grayscale: #363636. Windows color (decimal): -6878942 or 2230679. OLE color: 2230679.

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

Color convert

RGB151934-
CMYK00.940.770.41
HSL349.44º88.75%31.37%-
HSV(B)349.44º94.04%59.22%-
XYZ13.156.892.15-
YUV54.31116.54196.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 77.84%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 34 (13.67% from 255) = 17.53%
R=77.84%
G=4.64%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15193400.940.770.41349.4488.7531.37
Hex9792205E4D2915d591f
Octal227114201361155153513137
Binary100101111001100010010111101001101101001101011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970922; }

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

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

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

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

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

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

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

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