#97294b

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

Shades of Lipstick #97294B

Tints of Lipstick #97294B

Color information

#97294B (or 0x97294B) is unknown color: approx Lipstick. HEX triplet: 97, 29 and 4B. RGB value is (151,41,75). Sum of RGB (Red+Green+Blue) = 151+41+75=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #97294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97294B is #68D6B4. Grayscale: #4D4D4D. Windows color (decimal): -6870709 or 4925847. OLE color: 4925847.

HSL color Cylindrical-coordinate representation of color #97294B: hue angle of 341.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97294B is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB1514175-
CMYK00.730.500.41
HSL341.45º57.29%37.65%-
HSV(B)341.45º72.85%59.22%-
XYZ14.838.677.55-
YUV77.77126.44180.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=56.55%
G=15.36%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151417500.730.500.41341.4557.2937.65
Hex97294B04932291553926
Octal22751113011162515257146
Binary10010111101001100101101001001110010101001101010101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97294b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97294b; }

 p { color: rgb(151,41,75); }

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

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

 a { background-color: rgb(151,41,75); }

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

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

 span { border-color: rgb(151,41,75); }

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