#973358

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

Shades of Lipstick #973358

Tints of Lipstick #973358

Color information

#973358 (or 0x973358) is unknown color: approx Lipstick. HEX triplet: 97, 33 and 58. RGB value is (151,51,88). Sum of RGB (Red+Green+Blue) = 151+51+88=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #973358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973358 is #68CCA7. Grayscale: #555555. Windows color (decimal): -6868136 or 5780375. OLE color: 5780375.

HSL color Cylindrical-coordinate representation of color #973358: hue angle of 337.8º 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 #973358 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1515188-
CMYK00.660.420.41
HSL337.8º49.5%39.61%-
HSV(B)337.8º66.23%59.22%-
XYZ15.719.6510.27-
YUV85.12129.63174.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.07%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=52.07%
G=17.59%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151518800.660.420.41337.849.539.61
Hex9733580422A291523228
Octal22763130010252515226250
Binary10010111110011101100001000010101010101001101010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973358; }

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

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

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

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

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

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

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

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