Html Css Color HEX #963555 Lipstick

📋 copy color: '#963555'

red 150 ◦ green 53 ◦ blue 85

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

Shades of Lipstick #963555

Tints of Lipstick #963555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 52.08%
G = 18.4%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#963555 (or 0x963555) is known color: Lipstick. HEX triplet: 96, 35 and 55. RGB value is (150,53,85). Sum of RGB (Red+Green+Blue) = 150+53+85=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #963555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963555 is #69CAAA. Grayscale: #555555. Windows color (decimal): -6933163 or 5584278. OLE color: 5584278.

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

Color convert

RGB 150 53 85 -
CMYK 0 0.65 0.43 0.41
HSL 340.21º 0.48% 0.4% -
HSV(B) 340.21º 0.65% 0.59% -
XYZ 15.49 9.69 9.65 -
YUV 85.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 150 53 85 0 0.65 0.43 0.41 340.21 0.48 0.4
Hex 96 35 55 0 41 2B 29 154 30 28
Octal 226 65 125 0 101 53 51 524 60 50
Binary 10010110 110101 1010101 0 1000001 101011 101001 101010100 110000 101000

Color Harmonies of #963555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963555

Black with #963555

Text Example


Text Example

White with #963555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963555; }

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

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

background-color css

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

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

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

border-color css

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

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

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