#951F51

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

Shades of Lipstick #951F51

Tints of Lipstick #951F51

Color information

#951F51 (or 0x951F51) is unknown color: approx Lipstick. HEX triplet: 95, 1F and 51. RGB value is (149,31,81). Sum of RGB (Red+Green+Blue) = 149+31+81=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #951F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F51 is #6AE0AE. Grayscale: #474747. Windows color (decimal): -7004335 or 5316501. OLE color: 5316501.

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

Color convert

RGB1493181-
CMYK00.790.460.42
HSL334.58º65.56%35.29%-
HSV(B)334.58º79.19%58.43%-
XYZ14.377.968.56-
YUV71.98133.09182.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=57.09%
G=11.88%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149318100.790.460.42334.5865.5635.29
Hex951F5104F2E2A14f4223
Octal225371210117565251710243
Binary10010101111111010001010011111011101010101010011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,31,81); }

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

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

 a { background-color: rgb(149,31,81); }

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

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

 span { border-color: rgb(149,31,81); }

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