#952251

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

Shades of Lipstick #952251

Tints of Lipstick #952251

Color information

#952251 (or 0x952251) is unknown color: approx Lipstick. HEX triplet: 95, 22 and 51. RGB value is (149,34,81). Sum of RGB (Red+Green+Blue) = 149+34+81=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #952251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952251 is #6ADDAE. Grayscale: #494949. Windows color (decimal): -7003567 or 5317269. OLE color: 5317269.

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

Color convert

RGB1493481-
CMYK00.770.460.42
HSL335.48º62.84%35.88%-
HSV(B)335.48º77.18%58.43%-
XYZ14.458.138.59-
YUV73.74132.1181.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 34 (13.67% from 255) = 12.88%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=56.44%
G=12.88%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149348100.770.460.42335.4862.8435.88
Hex95225104D2E2A14f3f24
Octal22542121011556525177744
Binary10010101100010101000101001101101110101010101001111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952251; }

 p { color: rgb(149,34,81); }

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

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

 a { background-color: rgb(149,34,81); }

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

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

 span { border-color: rgb(149,34,81); }

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