#953551

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

Shades of Lipstick #953551

Tints of Lipstick #953551

Color information

#953551 (or 0x953551) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 51. RGB value is (149,53,81). Sum of RGB (Red+Green+Blue) = 149+53+81=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #953551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953551 is #6ACAAE. Grayscale: #545454. Windows color (decimal): -6998703 or 5322133. OLE color: 5322133.

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

Color convert

RGB1495381-
CMYK00.640.460.42
HSL342.5º47.52%39.61%-
HSV(B)342.5º64.43%58.43%-
XYZ15.159.538.83-
YUV84.9125.8173.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=52.65%
G=18.73%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149538100.640.460.42342.547.5239.61
Hex9535510402E2A1563028
Octal22565121010056525266050
Binary10010101110101101000101000000101110101010101010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953551; }

 p { color: rgb(149,53,81); }

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

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

 a { background-color: rgb(149,53,81); }

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

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

 span { border-color: rgb(149,53,81); }

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