Html Css Color HEX #963763 Lipstick

📋 copy color: '#963763'

red 150 ◦ green 55 ◦ blue 99

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

Shades of Lipstick #963763

Tints of Lipstick #963763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

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

R = 49.34%
G = 18.09%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#963763 (or 0x963763) is known color: Lipstick. HEX triplet: 96, 37 and 63. RGB value is (150,55,99). Sum of RGB (Red+Green+Blue) = 150+55+99=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #963763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963763 is #69C89C. Grayscale: #585858. Windows color (decimal): -6932637 or 6502294. OLE color: 6502294.

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

Color convert

RGB 150 55 99 -
CMYK 0 0.63 0.34 0.41
HSL 332.21º 0.46% 0.4% -
HSV(B) 332.21º 0.63% 0.59% -
XYZ 16.2 10.12 12.9 -
YUV 88.42 133.97 171.92 -
System Red Green Blue C M Y K H S L
Decimal 150 55 99 0 0.63 0.34 0.41 332.21 0.46 0.4
Hex 96 37 63 0 3F 22 29 14C 2E 28
Octal 226 67 143 0 77 42 51 514 56 50
Binary 10010110 110111 1100011 0 111111 100010 101001 101001100 101110 101000

Color Harmonies of #963763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963763

Black with #963763

Text Example


Text Example

White with #963763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963763; }

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

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

background-color css

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

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

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

border-color css

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

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

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