#951c56

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

Shades of Lipstick #951C56

Tints of Lipstick #951C56

Color information

#951C56 (or 0x951C56) is unknown color: approx Lipstick. HEX triplet: 95, 1C and 56. RGB value is (149,28,86). Sum of RGB (Red+Green+Blue) = 149+28+86=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #951C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C56 is #6AE3A9. Grayscale: #464646. Windows color (decimal): -7005098 or 5643413. OLE color: 5643413.

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

Color convert

RGB1492886-
CMYK00.810.420.42
HSL331.24º68.36%34.71%-
HSV(B)331.24º81.21%58.43%-
XYZ14.497.899.56-
YUV70.79136.59183.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 28 (11.33% from 255) = 10.65%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=56.65%
G=10.65%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149288600.810.420.42331.2468.3634.71
Hex951C560512A2A14b4423
Octal225341260121525251310443
Binary10010101111001010110010100011010101010101010010111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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