#951A53

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

Shades of Lipstick #951A53

Tints of Lipstick #951A53

Color information

#951A53 (or 0x951A53) is unknown color: approx Lipstick. HEX triplet: 95, 1A and 53. RGB value is (149,26,83). Sum of RGB (Red+Green+Blue) = 149+26+83=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #951A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A53 is #6AE5AC. Grayscale: #454545. Windows color (decimal): -7005613 or 5446293. OLE color: 5446293.

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

Color convert

RGB1492683-
CMYK00.830.440.42
HSL332.2º70.29%34.31%-
HSV(B)332.2º82.55%58.43%-
XYZ14.337.758.93-
YUV69.27135.75184.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 83 (32.81% from 255) = 32.17%
R=57.75%
G=10.08%
B=32.17%

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
Decimal149268300.830.440.42332.270.2934.31
Hex951A530532C2A14c4622
Octal225321230123545251410642
Binary10010101110101010011010100111011001010101010011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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