#97335A

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

Shades of Lipstick #97335A

Tints of Lipstick #97335A

Color information

#97335A (or 0x97335A) is unknown color: approx Lipstick. HEX triplet: 97, 33 and 5A. RGB value is (151,51,90). Sum of RGB (Red+Green+Blue) = 151+51+90=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97335A is #68CCA5. Grayscale: #555555. Windows color (decimal): -6868134 or 5911447. OLE color: 5911447.

HSL color Cylindrical-coordinate representation of color #97335A: hue angle of 336.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97335A is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1515190-
CMYK00.660.400.41
HSL336.6º49.5%39.61%-
HSV(B)336.6º66.23%59.22%-
XYZ15.799.6910.71-
YUV85.35130.63174.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.71%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=51.71%
G=17.47%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151519000.660.400.41336.649.539.61
Hex97335A04228291513228
Octal22763132010250515216250
Binary10010111110011101101001000010101000101001101010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97335A; }

 p { color: rgb(151,51,90); }

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

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

 a { background-color: rgb(151,51,90); }

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

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

 span { border-color: rgb(151,51,90); }

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