#953557

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

Shades of Lipstick #953557

Tints of Lipstick #953557

Color information

#953557 (or 0x953557) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 57. RGB value is (149,53,87). Sum of RGB (Red+Green+Blue) = 149+53+87=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #953557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953557 is #6ACAA8. Grayscale: #555555. Windows color (decimal): -6998697 or 5715349. OLE color: 5715349.

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

Color convert

RGB1495387-
CMYK00.640.420.42
HSL338.75º47.52%39.61%-
HSV(B)338.75º64.43%58.43%-
XYZ15.399.6210.06-
YUV85.58128.8173.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=51.56%
G=18.34%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149538700.640.420.42338.7547.5239.61
Hex9535570402A2A1533028
Octal22565127010052525236050
Binary10010101110101101011101000000101010101010101010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953557; }

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

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

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

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

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

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

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

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