#951A54

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

Shades of Lipstick #951A54

Tints of Lipstick #951A54

Color information

#951A54 (or 0x951A54) is unknown color: approx Lipstick. HEX triplet: 95, 1A and 54. RGB value is (149,26,84). Sum of RGB (Red+Green+Blue) = 149+26+84=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #951A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A54 is #6AE5AB. Grayscale: #454545. Windows color (decimal): -7005612 or 5511829. OLE color: 5511829.

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

Color convert

RGB1492684-
CMYK00.830.440.42
HSL331.71º70.29%34.31%-
HSV(B)331.71º82.55%58.43%-
XYZ14.367.779.13-
YUV69.39136.25184.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 26 (10.55% from 255) = 10.04%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=57.53%
G=10.04%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149268400.830.440.42331.7170.2934.31
Hex951A540532C2A14c4622
Octal225321240123545251410642
Binary10010101110101010100010100111011001010101010011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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