Html Css Color HEX #963463 Lipstick

📋 copy color: '#963463'

red 150 ◦ green 52 ◦ blue 99

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

Shades of Lipstick #963463

Tints of Lipstick #963463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 49.83%
G = 17.28%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#963463 (or 0x963463) is known color: Lipstick. HEX triplet: 96, 34 and 63. RGB value is (150,52,99). Sum of RGB (Red+Green+Blue) = 150+52+99=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #963463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963463 is #69CB9C. Grayscale: #565656. Windows color (decimal): -6933405 or 6501526. OLE color: 6501526.

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

Color convert

RGB 150 52 99 -
CMYK 0 0.65 0.34 0.41
HSL 331.22º 0.49% 0.4% -
HSV(B) 331.22º 0.65% 0.59% -
XYZ 16.06 9.84 12.86 -
YUV 86.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 150 52 99 0 0.65 0.34 0.41 331.22 0.49 0.4
Hex 96 34 63 0 41 22 29 14B 31 28
Octal 226 64 143 0 101 42 51 513 61 50
Binary 10010110 110100 1100011 0 1000001 100010 101001 101001011 110001 101000

Color Harmonies of #963463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963463

Black with #963463

Text Example


Text Example

White with #963463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963463; }

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

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

background-color css

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

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

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

border-color css

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

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

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