#951A52

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

Shades of Lipstick #951A52

Tints of Lipstick #951A52

Color information

#951A52 (or 0x951A52) is unknown color: approx Lipstick. HEX triplet: 95, 1A and 52. RGB value is (149,26,82). Sum of RGB (Red+Green+Blue) = 149+26+82=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #951A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A52 is #6AE5AD. Grayscale: #454545. Windows color (decimal): -7005614 or 5380757. OLE color: 5380757.

HSL color Cylindrical-coordinate representation of color #951A52: hue angle of 332.68º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A52 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1492682-
CMYK00.830.450.42
HSL332.68º70.29%34.31%-
HSV(B)332.68º82.55%58.43%-
XYZ14.297.748.72-
YUV69.16135.25184.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=57.98%
G=10.12%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149268200.830.450.42332.6870.2934.31
Hex951A520532D2A14d4622
Octal225321220123555251510642
Binary10010101110101010010010100111011011010101010011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,26,82); }

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

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

 a { background-color: rgb(149,26,82); }

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

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

 span { border-color: rgb(149,26,82); }

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