Html Css Color HEX #953563 Lipstick

📋 copy color: '#953563'

red 149 ◦ green 53 ◦ blue 99

#953563
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #953563

Tints of Lipstick #953563

RGB

 RED value IS 149 (58.59% from 255) = 49.5%

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 49.5%
G = 17.61%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#953563 (or 0x953563) is known color: 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

RGB 149 53 99 -
CMYK 0 0.64 0.34 0.42
HSL 331.25º 0.48% 0.4% -
HSV(B) 331.25º 0.64% 0.58% -
XYZ 15.92 9.84 12.86 -
YUV 86.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 149 53 99 0 0.64 0.34 0.42 331.25 0.48 0.4
Hex 95 35 63 0 40 22 2A 14B 30 28
Octal 225 65 143 0 100 42 52 513 60 50
Binary 10010101 110101 1100011 0 1000000 100010 101010 101001011 110000 101000

Color Harmonies of #953563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953563

Black with #953563

Text Example


Text Example

White with #953563

Text Example


Text Example

HTML Codes & Css Web 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>