#951A47

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

Shades of Lipstick #951A47

Tints of Lipstick #951A47

Color information

#951A47 (or 0x951A47) is unknown color: approx Lipstick. HEX triplet: 95, 1A and 47. RGB value is (149,26,71). Sum of RGB (Red+Green+Blue) = 149+26+71=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #951A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A47 is #6AE5B8. Grayscale: #434343. Windows color (decimal): -7005625 or 4659861. OLE color: 4659861.

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

Color convert

RGB1492671-
CMYK00.830.520.42
HSL338.05º70.29%34.31%-
HSV(B)338.05º82.55%58.43%-
XYZ13.97.586.69-
YUV67.91129.75185.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.57%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 71 (28.12% from 255) = 28.86%
R=60.57%
G=10.57%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149267100.830.520.42338.0570.2934.31
Hex951A47053342A1524622
Octal225321070123645252210642
Binary10010101110101000111010100111101001010101010100101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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