#951A55

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

Shades of Lipstick #951A55

Tints of Lipstick #951A55

Color information

#951A55 (or 0x951A55) is unknown color: approx Lipstick. HEX triplet: 95, 1A and 55. RGB value is (149,26,85). Sum of RGB (Red+Green+Blue) = 149+26+85=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #951A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A55 is #6AE5AA. Grayscale: #454545. Windows color (decimal): -7005611 or 5577365. OLE color: 5577365.

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

Color convert

RGB1492685-
CMYK00.830.430.42
HSL331.22º70.29%34.31%-
HSV(B)331.22º82.55%58.43%-
XYZ14.47.789.34-
YUV69.5136.75184.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 26 (10.55% from 255) = 10%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=57.31%
G=10%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149268500.830.430.42331.2270.2934.31
Hex951A550532B2A14b4622
Octal225321250123535251310642
Binary10010101110101010101010100111010111010101010010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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