#951A56

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

Shades of Lipstick #951A56

Tints of Lipstick #951A56

Color information

#951A56 (or 0x951A56) is unknown color: approx Lipstick. HEX triplet: 95, 1A and 56. RGB value is (149,26,86). Sum of RGB (Red+Green+Blue) = 149+26+86=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #951A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A56 is #6AE5A9. Grayscale: #454545. Windows color (decimal): -7005610 or 5642901. OLE color: 5642901.

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

Color convert

RGB1492686-
CMYK00.830.420.42
HSL330.73º70.29%34.31%-
HSV(B)330.73º82.55%58.43%-
XYZ14.447.89.55-
YUV69.62137.25184.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 26 (10.55% from 255) = 9.96%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=57.09%
G=9.96%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149268600.830.420.42330.7370.2934.31
Hex951A560532A2A14b4622
Octal225321260123525251310642
Binary10010101110101010110010100111010101010101010010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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