Html Css Color HEX #963552 Lipstick

📋 copy color: '#963552'

red 150 ◦ green 53 ◦ blue 82

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

Shades of Lipstick #963552

Tints of Lipstick #963552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 52.63%
G = 18.6%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#963552 (or 0x963552) is known color: Lipstick. HEX triplet: 96, 35 and 52. RGB value is (150,53,82). Sum of RGB (Red+Green+Blue) = 150+53+82=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #963552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963552 is #69CAAD. Grayscale: #555555. Windows color (decimal): -6933166 or 5387670. OLE color: 5387670.

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

Color convert

RGB 150 53 82 -
CMYK 0 0.65 0.45 0.41
HSL 342.06º 0.48% 0.4% -
HSV(B) 342.06º 0.65% 0.59% -
XYZ 15.37 9.64 9.03 -
YUV 85.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 150 53 82 0 0.65 0.45 0.41 342.06 0.48 0.4
Hex 96 35 52 0 41 2D 29 156 30 28
Octal 226 65 122 0 101 55 51 526 60 50
Binary 10010110 110101 1010010 0 1000001 101101 101001 101010110 110000 101000

Color Harmonies of #963552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963552

Black with #963552

Text Example


Text Example

White with #963552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963552; }

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

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

background-color css

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

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

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

border-color css

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

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

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