#953248

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

Shades of Lipstick #953248

Tints of Lipstick #953248

Color information

#953248 (or 0x953248) is unknown color: approx Lipstick. HEX triplet: 95, 32 and 48. RGB value is (149,50,72). Sum of RGB (Red+Green+Blue) = 149+50+72=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953248 is #6ACDB7. Grayscale: #525252. Windows color (decimal): -6999480 or 4731541. OLE color: 4731541.

HSL color Cylindrical-coordinate representation of color #953248: hue angle of 346.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953248 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1495072-
CMYK00.660.520.42
HSL346.67º49.75%39.02%-
HSV(B)346.67º66.44%58.43%-
XYZ14.79.147.12-
YUV82.11122.3175.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=54.98%
G=18.45%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149507200.660.520.42346.6749.7539.02
Hex953248042342A15b3227
Octal22562110010264525336247
Binary10010101110010100100001000010110100101010101011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953248; }

 p { color: rgb(149,50,72); }

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

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

 a { background-color: rgb(149,50,72); }

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

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

 span { border-color: rgb(149,50,72); }

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