Html Css Color HEX #963263 Lipstick

📋 copy color: '#963263'

red 150 ◦ green 50 ◦ blue 99

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

Shades of Lipstick #963263

Tints of Lipstick #963263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 50.17%
G = 16.72%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#963263 (or 0x963263) is known color: Lipstick. HEX triplet: 96, 32 and 63. RGB value is (150,50,99). Sum of RGB (Red+Green+Blue) = 150+50+99=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #963263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963263 is #69CD9C. Grayscale: #555555. Windows color (decimal): -6933917 or 6501014. OLE color: 6501014.

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

Color convert

RGB 150 50 99 -
CMYK 0 0.67 0.34 0.41
HSL 330.6º 0.5% 0.39% -
HSV(B) 330.6º 0.67% 0.59% -
XYZ 15.97 9.67 12.83 -
YUV 85.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 150 50 99 0 0.67 0.34 0.41 330.6 0.5 0.39
Hex 96 32 63 0 43 22 29 14B 32 27
Octal 226 62 143 0 103 42 51 513 62 47
Binary 10010110 110010 1100011 0 1000011 100010 101001 101001011 110010 100111

Color Harmonies of #963263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963263

Black with #963263

Text Example


Text Example

White with #963263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963263; }

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

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

background-color css

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

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

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

border-color css

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

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

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