#97214D

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

Shades of Lipstick #97214D

Tints of Lipstick #97214D

Color information

#97214D (or 0x97214D) is unknown color: approx Lipstick. HEX triplet: 97, 21 and 4D. RGB value is (151,33,77). Sum of RGB (Red+Green+Blue) = 151+33+77=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97214D is #68DEB2. Grayscale: #494949. Windows color (decimal): -6872755 or 5054871. OLE color: 5054871.

HSL color Cylindrical-coordinate representation of color #97214D: hue angle of 337.63º 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 #97214D is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1513377-
CMYK00.780.490.41
HSL337.63º64.13%36.08%-
HSV(B)337.63º78.15%59.22%-
XYZ14.658.27.83-
YUV73.3130.09183.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.85%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=57.85%
G=12.64%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151337700.780.490.41337.6364.1336.08
Hex97214D04E31291524024
Octal227411150116615152210044
Binary100101111000011001101010011101100011010011010100101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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