#953956

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

Shades of Lipstick #953956

Tints of Lipstick #953956

Color information

#953956 (or 0x953956) is unknown color: approx Lipstick. HEX triplet: 95, 39 and 56. RGB value is (149,57,86). Sum of RGB (Red+Green+Blue) = 149+57+86=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #953956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953956 is #6AC6A9. Grayscale: #575757. Windows color (decimal): -6997674 or 5650837. OLE color: 5650837.

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

Color convert

RGB1495786-
CMYK00.620.420.42
HSL341.09º44.66%40.39%-
HSV(B)341.09º61.74%58.43%-
XYZ15.549.999.91-
YUV87.81126.98171.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=51.03%
G=19.52%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149578600.620.420.42341.0944.6640.39
Hex95395603E2A2A1552d28
Octal2257112607652525255550
Binary1001010111100110101100111110101010101010101010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953956; }

 p { color: rgb(149,57,86); }

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

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

 a { background-color: rgb(149,57,86); }

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

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

 span { border-color: rgb(149,57,86); }

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