#952258

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

Shades of Lipstick #952258

Tints of Lipstick #952258

Color information

#952258 (or 0x952258) is unknown color: approx Lipstick. HEX triplet: 95, 22 and 58. RGB value is (149,34,88). Sum of RGB (Red+Green+Blue) = 149+34+88=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #952258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952258 is #6ADDA7. Grayscale: #4A4A4A. Windows color (decimal): -7003560 or 5776021. OLE color: 5776021.

HSL color Cylindrical-coordinate representation of color #952258: hue angle of 331.83º 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 #952258 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1493488-
CMYK00.770.410.42
HSL331.83º62.84%35.88%-
HSV(B)331.83º77.18%58.43%-
XYZ14.738.2410.05-
YUV74.54135.6181.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=54.98%
G=12.55%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149348800.770.410.42331.8362.8435.88
Hex95225804D292A14c3f24
Octal22542130011551525147744
Binary10010101100010101100001001101101001101010101001100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952258; }

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

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

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

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

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

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

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

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