Html Css Color HEX #963562 Lipstick

📋 copy color: '#963562'

red 150 ◦ green 53 ◦ blue 98

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

Shades of Lipstick #963562

Tints of Lipstick #963562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.56%

R = 49.83%
G = 17.61%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#963562 (or 0x963562) is known color: Lipstick. HEX triplet: 96, 35 and 62. RGB value is (150,53,98). Sum of RGB (Red+Green+Blue) = 150+53+98=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #963562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963562 is #69CA9D. Grayscale: #575757. Windows color (decimal): -6933150 or 6436246. OLE color: 6436246.

HSL color Cylindrical-coordinate representation of color #963562: hue angle of 332.16º 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 #963562 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 98 -
CMYK 0 0.65 0.35 0.41
HSL 332.16º 0.48% 0.4% -
HSV(B) 332.16º 0.65% 0.59% -
XYZ 16.06 9.91 12.62 -
YUV 87.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 150 53 98 0 0.65 0.35 0.41 332.16 0.48 0.4
Hex 96 35 62 0 41 23 29 14C 30 28
Octal 226 65 142 0 101 43 51 514 60 50
Binary 10010110 110101 1100010 0 1000001 100011 101001 101001100 110000 101000

Color Harmonies of #963562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963562

Black with #963562

Text Example


Text Example

White with #963562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963562; }

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

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

background-color css

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

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

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

border-color css

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

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

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