#953458

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

Shades of Lipstick #953458

Tints of Lipstick #953458

Color information

#953458 (or 0x953458) is unknown color: approx Lipstick. HEX triplet: 95, 34 and 58. RGB value is (149,52,88). Sum of RGB (Red+Green+Blue) = 149+52+88=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #953458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953458 is #6ACBA7. Grayscale: #555555. Windows color (decimal): -6998952 or 5780629. OLE color: 5780629.

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

Color convert

RGB1495288-
CMYK00.650.410.42
HSL337.73º48.26%39.41%-
HSV(B)337.73º65.1%58.43%-
XYZ15.389.5510.27-
YUV85.11129.64173.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=51.56%
G=17.99%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149528800.650.410.42337.7348.2639.41
Hex953458041292A1523027
Octal22564130010151525226047
Binary10010101110100101100001000001101001101010101010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953458; }

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

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

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

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

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

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

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

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