#951E5C

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

Shades of Lipstick #951E5C

Tints of Lipstick #951E5C

Color information

#951E5C (or 0x951E5C) is unknown color: approx Lipstick. HEX triplet: 95, 1E and 5C. RGB value is (149,30,92). Sum of RGB (Red+Green+Blue) = 149+30+92=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #951E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E5C is #6AE1A3. Grayscale: #484848. Windows color (decimal): -7004580 or 6037141. OLE color: 6037141.

HSL color Cylindrical-coordinate representation of color #951E5C: hue angle of 328.74º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E5C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1493092-
CMYK00.800.380.42
HSL328.74º66.48%35.1%-
HSV(B)328.74º79.87%58.43%-
XYZ14.798.0910.91-
YUV72.65138.92182.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=54.98%
G=11.07%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149309200.800.380.42328.7466.4835.1
Hex951E5C050262A1494223
Octal225361340120465251110243
Binary10010101111101011100010100001001101010101010010011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951E5C; }

 p { color: rgb(149,30,92); }

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

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

 a { background-color: rgb(149,30,92); }

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

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

 span { border-color: rgb(149,30,92); }

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