#953858

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

Shades of Lipstick #953858

Tints of Lipstick #953858

Color information

#953858 (or 0x953858) is unknown color: approx Lipstick. HEX triplet: 95, 38 and 58. RGB value is (149,56,88). Sum of RGB (Red+Green+Blue) = 149+56+88=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #953858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953858 is #6AC7A7. Grayscale: #575757. Windows color (decimal): -6997928 or 5781653. OLE color: 5781653.

HSL color Cylindrical-coordinate representation of color #953858: hue angle of 339.35º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953858 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1495688-
CMYK00.620.410.42
HSL339.35º45.37%40.2%-
HSV(B)339.35º62.42%58.43%-
XYZ15.579.9210.33-
YUV87.46128.31171.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=50.85%
G=19.11%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149568800.620.410.42339.3545.3740.2
Hex95385803E292A1532d28
Octal2257013007651525235550
Binary1001010111100010110000111110101001101010101010011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953858; }

 p { color: rgb(149,56,88); }

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

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

 a { background-color: rgb(149,56,88); }

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

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

 span { border-color: rgb(149,56,88); }

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