#97385C

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

Shades of Lipstick #97385C

Tints of Lipstick #97385C

Color information

#97385C (or 0x97385C) is unknown color: approx Lipstick. HEX triplet: 97, 38 and 5C. RGB value is (151,56,92). Sum of RGB (Red+Green+Blue) = 151+56+92=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97385C is #68C7A3. Grayscale: #585858. Windows color (decimal): -6866852 or 6043799. OLE color: 6043799.

HSL color Cylindrical-coordinate representation of color #97385C: hue angle of 337.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97385C is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1515692-
CMYK00.630.390.41
HSL337.26º45.89%40.59%-
HSV(B)337.26º62.91%59.22%-
XYZ16.1110.1811.24-
YUV88.51129.97172.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=50.50%
G=18.73%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151569200.630.390.41337.2645.8940.59
Hex97385C03F27291512e29
Octal2277013407747515215651
Binary1001011111100010111000111111100111101001101010001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97385C; }

 p { color: rgb(151,56,92); }

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

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

 a { background-color: rgb(151,56,92); }

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

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

 span { border-color: rgb(151,56,92); }

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