Html Css Color HEX #963363 Lipstick

📋 copy color: '#963363'

red 150 ◦ green 51 ◦ blue 99

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

Shades of Lipstick #963363

Tints of Lipstick #963363

RGB

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

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

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

R = 50%
G = 17%
B = 33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#963363 (or 0x963363) is known color: Lipstick. HEX triplet: 96, 33 and 63. RGB value is (150,51,99). Sum of RGB (Red+Green+Blue) = 150+51+99=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #963363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963363 is #69CC9C. Grayscale: #555555. Windows color (decimal): -6933661 or 6501270. OLE color: 6501270.

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

Color convert

RGB 150 51 99 -
CMYK 0 0.66 0.34 0.41
HSL 330.91º 0.49% 0.39% -
HSV(B) 330.91º 0.66% 0.59% -
XYZ 16.01 9.75 12.84 -
YUV 86.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 150 51 99 0 0.66 0.34 0.41 330.91 0.49 0.39
Hex 96 33 63 0 42 22 29 14B 31 27
Octal 226 63 143 0 102 42 51 513 61 47
Binary 10010110 110011 1100011 0 1000010 100010 101001 101001011 110001 100111

Color Harmonies of #963363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963363

Black with #963363

Text Example


Text Example

White with #963363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963363; }

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

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

background-color css

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

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

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

border-color css

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

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

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