#952145

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

Shades of Lipstick #952145

Tints of Lipstick #952145

Color information

#952145 (or 0x952145) is unknown color: approx Lipstick. HEX triplet: 95, 21 and 45. RGB value is (149,33,69). Sum of RGB (Red+Green+Blue) = 149+33+69=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #952145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952145 is #6ADEBA. Grayscale: #474747. Windows color (decimal): -7003835 or 4530581. OLE color: 4530581.

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

Color convert

RGB1493369-
CMYK00.780.540.42
HSL341.38º63.74%35.69%-
HSV(B)341.38º77.85%58.43%-
XYZ14.017.916.42-
YUV71.79126.43183.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 69 (27.34% from 255) = 27.49%
R=59.36%
G=13.15%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149336900.780.540.42341.3863.7435.69
Hex95214504E362A1554024
Octal225411050116665252510044
Binary100101011000011000101010011101101101010101010101011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952145; }

 p { color: rgb(149,33,69); }

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

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

 a { background-color: rgb(149,33,69); }

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

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

 span { border-color: rgb(149,33,69); }

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