Html Css Color HEX #963063 Lipstick

📋 copy color: '#963063'

red 150 ◦ green 48 ◦ blue 99

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

Shades of Lipstick #963063

Tints of Lipstick #963063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

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

R = 50.51%
G = 16.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#963063 (or 0x963063) is known color: Lipstick. HEX triplet: 96, 30 and 63. RGB value is (150,48,99). Sum of RGB (Red+Green+Blue) = 150+48+99=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #963063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963063 is #69CF9C. Grayscale: #545454. Windows color (decimal): -6934429 or 6500502. OLE color: 6500502.

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

Color convert

RGB 150 48 99 -
CMYK 0 0.68 0.34 0.41
HSL 330º 0.52% 0.39% -
HSV(B) 330º 0.68% 0.59% -
XYZ 15.89 9.5 12.8 -
YUV 84.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 150 48 99 0 0.68 0.34 0.41 330 0.52 0.39
Hex 96 30 63 0 44 22 29 14A 34 27
Octal 226 60 143 0 104 42 51 512 64 47
Binary 10010110 110000 1100011 0 1000100 100010 101001 101001010 110100 100111

Color Harmonies of #963063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963063

Black with #963063

Text Example


Text Example

White with #963063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963063; }

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

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

background-color css

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

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

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

border-color css

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

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

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