#953068

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

Shades of Lipstick #953068

Tints of Lipstick #953068

Color information

#953068 (or 0x953068) is unknown color: approx Lipstick. HEX triplet: 95, 30 and 68. RGB value is (149,48,104). Sum of RGB (Red+Green+Blue) = 149+48+104=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #953068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953068 is #6ACF97. Grayscale: #545454. Windows color (decimal): -6999960 or 6828181. OLE color: 6828181.

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

Color convert

RGB14948104-
CMYK00.680.300.42
HSL326.73º51.27%38.63%-
HSV(B)326.73º67.79%58.43%-
XYZ15.959.514.09-
YUV84.58138.96173.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=49.50%
G=15.95%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494810400.680.300.42326.7351.2738.63
Hex9530680441E2A1473327
Octal22560150010436525076347
Binary1001010111000011010000100010011110101010101000111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953068; }

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

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

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

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

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

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

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

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