#952458

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

Shades of Lipstick #952458

Tints of Lipstick #952458

Color information

#952458 (or 0x952458) is unknown color: approx Lipstick. HEX triplet: 95, 24 and 58. RGB value is (149,36,88). Sum of RGB (Red+Green+Blue) = 149+36+88=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #952458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952458 is #6ADBA7. Grayscale: #4B4B4B. Windows color (decimal): -7003048 or 5776533. OLE color: 5776533.

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

Color convert

RGB1493688-
CMYK00.760.410.42
HSL332.39º61.08%36.27%-
HSV(B)332.39º75.84%58.43%-
XYZ14.798.3610.07-
YUV75.71134.94180.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=54.58%
G=13.19%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149368800.760.410.42332.3961.0836.27
Hex95245804C292A14c3d24
Octal22544130011451525147544
Binary10010101100100101100001001100101001101010101001100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952458; }

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

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

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

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

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

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

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

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