Html Css Color HEX #963465 Lipstick

📋 copy color: '#963465'

red 150 ◦ green 52 ◦ blue 101

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

Shades of Lipstick #963465

Tints of Lipstick #963465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 49.5%
G = 17.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#963465 (or 0x963465) is known color: Lipstick. HEX triplet: 96, 34 and 65. RGB value is (150,52,101). Sum of RGB (Red+Green+Blue) = 150+52+101=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #963465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963465 is #69CB9A. Grayscale: #565656. Windows color (decimal): -6933403 or 6632598. OLE color: 6632598.

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

Color convert

RGB 150 52 101 -
CMYK 0 0.65 0.33 0.41
HSL 330º 0.49% 0.4% -
HSV(B) 330º 0.65% 0.59% -
XYZ 16.15 9.88 13.37 -
YUV 86.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 150 52 101 0 0.65 0.33 0.41 330 0.49 0.4
Hex 96 34 65 0 41 21 29 14A 31 28
Octal 226 64 145 0 101 41 51 512 61 50
Binary 10010110 110100 1100101 0 1000001 100001 101001 101001010 110001 101000

Color Harmonies of #963465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963465

Black with #963465

Text Example


Text Example

White with #963465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963465; }

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

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

background-color css

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

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

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

border-color css

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

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

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