#97214c

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

Shades of Lipstick #97214C

Tints of Lipstick #97214C

Color information

#97214C (or 0x97214C) is unknown color: approx Lipstick. HEX triplet: 97, 21 and 4C. RGB value is (151,33,76). Sum of RGB (Red+Green+Blue) = 151+33+76=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #97214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97214C is #68DEB3. Grayscale: #494949. Windows color (decimal): -6872756 or 4989335. OLE color: 4989335.

HSL color Cylindrical-coordinate representation of color #97214C: hue angle of 338.14º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97214C is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB1513376-
CMYK00.780.500.41
HSL338.14º64.13%36.08%-
HSV(B)338.14º78.15%59.22%-
XYZ14.618.197.65-
YUV73.18129.59183.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.08%
GREEN value IS 33 (13.28% from 255) = 12.69%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=58.08%
G=12.69%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151337600.780.500.41338.1464.1336.08
Hex97214C04E32291524024
Octal227411140116625152210044
Binary100101111000011001100010011101100101010011010100101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97214c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97214c; }

 p { color: rgb(151,33,76); }

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

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

 a { background-color: rgb(151,33,76); }

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

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

 span { border-color: rgb(151,33,76); }

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