Html Css Color HEX #963563 Lipstick

📋 copy color: '#963563'

red 150 ◦ green 53 ◦ blue 99

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

Shades of Lipstick #963563

Tints of Lipstick #963563

RGB

 RED value IS 150 (58.98% from 255) = 49.67%

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

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

R = 49.67%
G = 17.55%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#963563 (or 0x963563) is known color: Lipstick. HEX triplet: 96, 35 and 63. RGB value is (150,53,99). Sum of RGB (Red+Green+Blue) = 150+53+99=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #963563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963563 is #69CA9C. Grayscale: #575757. Windows color (decimal): -6933149 or 6501782. OLE color: 6501782.

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

Color convert

RGB 150 53 99 -
CMYK 0 0.65 0.34 0.41
HSL 331.55º 0.48% 0.4% -
HSV(B) 331.55º 0.65% 0.59% -
XYZ 16.1 9.93 12.87 -
YUV 87.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 150 53 99 0 0.65 0.34 0.41 331.55 0.48 0.4
Hex 96 35 63 0 41 22 29 14C 30 28
Octal 226 65 143 0 101 42 51 514 60 50
Binary 10010110 110101 1100011 0 1000001 100010 101001 101001100 110000 101000

Color Harmonies of #963563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963563

Black with #963563

Text Example


Text Example

White with #963563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963563; }

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

 H1.HeaderClassName
 {
   color: #963563;
 }
 .AnyTagClassName
 {
   color: #963563;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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