#953563

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

Shades of Lipstick #953563

Tints of Lipstick #953563

Color information

#953563 (or 0x953563) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 63. RGB value is (149,53,99). Sum of RGB (Red+Green+Blue) = 149+53+99=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #953563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953563 is #6ACA9C. Grayscale: #565656. Windows color (decimal): -6998685 or 6501781. OLE color: 6501781.

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

Color convert

RGB1495399-
CMYK00.640.340.42
HSL331.25º47.52%39.61%-
HSV(B)331.25º64.43%58.43%-
XYZ15.929.8412.86-
YUV86.95134.8172.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=49.50%
G=17.61%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149539900.640.340.42331.2547.5239.61
Hex953563040222A14b3028
Octal22565143010042525136050
Binary10010101110101110001101000000100010101010101001011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953563; }

 p { color: rgb(149,53,99); }

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

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

 a { background-color: rgb(149,53,99); }

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

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

 span { border-color: rgb(149,53,99); }

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