Html Css Color HEX #963365 Lipstick

📋 copy color: '#963365'

red 150 ◦ green 51 ◦ blue 101

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

Shades of Lipstick #963365

Tints of Lipstick #963365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 49.67%
G = 16.89%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#963365 (or 0x963365) is known color: Lipstick. HEX triplet: 96, 33 and 65. RGB value is (150,51,101). Sum of RGB (Red+Green+Blue) = 150+51+101=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #963365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963365 is #69CC9A. Grayscale: #565656. Windows color (decimal): -6933659 or 6632342. OLE color: 6632342.

HSL color Cylindrical-coordinate representation of color #963365: hue angle of 329.7º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963365 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 101 -
CMYK 0 0.66 0.33 0.41
HSL 329.7º 0.49% 0.39% -
HSV(B) 329.7º 0.66% 0.59% -
XYZ 16.11 9.79 13.35 -
YUV 86.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 150 51 101 0 0.66 0.33 0.41 329.7 0.49 0.39
Hex 96 33 65 0 42 21 29 14A 31 27
Octal 226 63 145 0 102 41 51 512 61 47
Binary 10010110 110011 1100101 0 1000010 100001 101001 101001010 110001 100111

Color Harmonies of #963365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963365

Black with #963365

Text Example


Text Example

White with #963365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963365; }

 p { color: rgb(150,51,101); }

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

background-color css

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

 a { background-color: rgb(150,51,101); }

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

border-color css

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

 span { border-color: rgb(150,51,101); }

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