#951e46

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

Shades of Lipstick #951E46

Tints of Lipstick #951E46

Color information

#951E46 (or 0x951E46) is unknown color: approx Lipstick. HEX triplet: 95, 1E and 46. RGB value is (149,30,70). Sum of RGB (Red+Green+Blue) = 149+30+70=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #951E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E46 is #6AE1B9. Grayscale: #464646. Windows color (decimal): -7004602 or 4595349. OLE color: 4595349.

HSL color Cylindrical-coordinate representation of color #951E46: hue angle of 339.83º 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 #951E46 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1493070-
CMYK00.800.530.42
HSL339.83º66.48%35.1%-
HSV(B)339.83º79.87%58.43%-
XYZ13.967.766.56-
YUV70.14127.92184.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 30 (12.11% from 255) = 12.05%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=59.84%
G=12.05%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149307000.800.530.42339.8366.4835.1
Hex951E46050352A1544223
Octal225361060120655252410243
Binary10010101111101000110010100001101011010101010101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951e46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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