Html Css Color HEX #963669 Lipstick

📋 copy color: '#963669'

red 150 ◦ green 54 ◦ blue 105

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

Shades of Lipstick #963669

Tints of Lipstick #963669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.48%

 BLUE value IS 105 (41.41% from 255) = 33.98%

R = 48.54%
G = 17.48%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#963669 (or 0x963669) is known color: Lipstick. HEX triplet: 96, 36 and 69. RGB value is (150,54,105). Sum of RGB (Red+Green+Blue) = 150+54+105=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #963669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963669 is #69C996. Grayscale: #585858. Windows color (decimal): -6932887 or 6895254. OLE color: 6895254.

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

Color convert

RGB 150 54 105 -
CMYK 0 0.64 0.30 0.41
HSL 328.13º 0.47% 0.4% -
HSV(B) 328.13º 0.64% 0.59% -
XYZ 16.45 10.14 14.46 -
YUV 88.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 150 54 105 0 0.64 0.30 0.41 328.13 0.47 0.4
Hex 96 36 69 0 40 1E 29 148 2F 28
Octal 226 66 151 0 100 36 51 510 57 50
Binary 10010110 110110 1101001 0 1000000 11110 101001 101001000 101111 101000

Color Harmonies of #963669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963669

Black with #963669

Text Example


Text Example

White with #963669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963669; }

 p { color: rgb(150,54,105); }

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

background-color css

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

 a { background-color: rgb(150,54,105); }

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

border-color css

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

 span { border-color: rgb(150,54,105); }

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