#953048

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

Shades of Lipstick #953048

Tints of Lipstick #953048

Color information

#953048 (or 0x953048) is unknown color: approx Lipstick. HEX triplet: 95, 30 and 48. RGB value is (149,48,72). Sum of RGB (Red+Green+Blue) = 149+48+72=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953048 is #6ACFB7. Grayscale: #505050. Windows color (decimal): -6999992 or 4731029. OLE color: 4731029.

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

Color convert

RGB1494872-
CMYK00.680.520.42
HSL345.74º51.27%38.63%-
HSV(B)345.74º67.79%58.43%-
XYZ14.628.977.09-
YUV80.93122.96176.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=55.39%
G=17.84%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149487200.680.520.42345.7451.2738.63
Hex953048044342A15a3327
Octal22560110010464525326347
Binary10010101110000100100001000100110100101010101011010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953048; }

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

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

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

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

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

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

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

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