#972349

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

Shades of Lipstick #972349

Tints of Lipstick #972349

Color information

#972349 (or 0x972349) is unknown color: approx Lipstick. HEX triplet: 97, 23 and 49. RGB value is (151,35,73). Sum of RGB (Red+Green+Blue) = 151+35+73=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #972349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972349 is #68DCB6. Grayscale: #494949. Windows color (decimal): -6872247 or 4793239. OLE color: 4793239.

HSL color Cylindrical-coordinate representation of color #972349: hue angle of 340.34º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972349 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1513573-
CMYK00.770.520.41
HSL340.34º62.37%36.47%-
HSV(B)340.34º76.82%59.22%-
XYZ14.578.267.13-
YUV74.02127.43182.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.30%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=58.30%
G=13.51%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151357300.770.520.41340.3462.3736.47
Hex97234904D34291543e24
Octal22743111011564515247644
Binary10010111100011100100101001101110100101001101010100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972349; }

 p { color: rgb(151,35,73); }

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

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

 a { background-color: rgb(151,35,73); }

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

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

 span { border-color: rgb(151,35,73); }

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