#951D54

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

Shades of Lipstick #951D54

Tints of Lipstick #951D54

Color information

#951D54 (or 0x951D54) is unknown color: approx Lipstick. HEX triplet: 95, 1D and 54. RGB value is (149,29,84). Sum of RGB (Red+Green+Blue) = 149+29+84=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #951D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D54 is #6AE2AB. Grayscale: #474747. Windows color (decimal): -7004844 or 5512597. OLE color: 5512597.

HSL color Cylindrical-coordinate representation of color #951D54: hue angle of 332.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D54 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1492984-
CMYK00.810.440.42
HSL332.5º67.42%34.9%-
HSV(B)332.5º80.54%58.43%-
XYZ14.437.919.15-
YUV71.15135.26183.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.87%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=56.87%
G=11.07%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149298400.810.440.42332.567.4234.9
Hex951D540512C2A14c4323
Octal225351240121545251410343
Binary10010101111011010100010100011011001010101010011001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,29,84); }

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

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

 a { background-color: rgb(149,29,84); }

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

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

 span { border-color: rgb(149,29,84); }

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