#952450

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

Shades of Lipstick #952450

Tints of Lipstick #952450

Color information

#952450 (or 0x952450) is unknown color: approx Lipstick. HEX triplet: 95, 24 and 50. RGB value is (149,36,80). Sum of RGB (Red+Green+Blue) = 149+36+80=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #952450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952450 is #6ADBAF. Grayscale: #4A4A4A. Windows color (decimal): -7003056 or 5252245. OLE color: 5252245.

HSL color Cylindrical-coordinate representation of color #952450: hue angle of 336.64º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952450 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1493680-
CMYK00.760.460.42
HSL336.64º61.08%36.27%-
HSV(B)336.64º75.84%58.43%-
XYZ14.478.238.42-
YUV74.8130.94180.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=56.23%
G=13.58%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149368000.760.460.42336.6461.0836.27
Hex95245004C2E2A1513d24
Octal22544120011456525217544
Binary10010101100100101000001001100101110101010101010001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952450; }

 p { color: rgb(149,36,80); }

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

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

 a { background-color: rgb(149,36,80); }

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

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

 span { border-color: rgb(149,36,80); }

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