#953348

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

Shades of Lipstick #953348

Tints of Lipstick #953348

Color information

#953348 (or 0x953348) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 48. RGB value is (149,51,72). Sum of RGB (Red+Green+Blue) = 149+51+72=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #953348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953348 is #6ACCB7. Grayscale: #525252. Windows color (decimal): -6999224 or 4731797. OLE color: 4731797.

HSL color Cylindrical-coordinate representation of color #953348: hue angle of 347.14º degrees, saturation: 0.49, 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 #953348 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1495172-
CMYK00.660.520.42
HSL347.14º49%39.22%-
HSV(B)347.14º65.77%58.43%-
XYZ14.759.237.13-
YUV82.7121.97175.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=54.78%
G=18.75%
B=26.47%

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
Decimal149517200.660.520.42347.144939.22
Hex953348042342A15b3127
Octal22563110010264525336147
Binary10010101110011100100001000010110100101010101011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953348; }

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

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

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

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

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

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

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

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