Html Css Color HEX #953763 Lipstick

📋 copy color: '#953763'

red 149 ◦ green 55 ◦ blue 99

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

Shades of Lipstick #953763

Tints of Lipstick #953763

RGB

 RED value IS 149 (58.59% from 255) = 49.17%

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

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

R = 49.17%
G = 18.15%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#953763 (or 0x953763) is known color: Lipstick. HEX triplet: 95, 37 and 63. RGB value is (149,55,99). Sum of RGB (Red+Green+Blue) = 149+55+99=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #953763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953763 is #6AC89C. Grayscale: #585858. Windows color (decimal): -6998173 or 6502293. OLE color: 6502293.

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

Color convert

RGB 149 55 99 -
CMYK 0 0.63 0.34 0.42
HSL 331.91º 0.46% 0.4% -
HSV(B) 331.91º 0.63% 0.58% -
XYZ 16.01 10.02 12.9 -
YUV 88.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 149 55 99 0 0.63 0.34 0.42 331.91 0.46 0.4
Hex 95 37 63 0 3F 22 2A 14C 2E 28
Octal 225 67 143 0 77 42 52 514 56 50
Binary 10010101 110111 1100011 0 111111 100010 101010 101001100 101110 101000

Color Harmonies of #953763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953763

Black with #953763

Text Example


Text Example

White with #953763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953763; }

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

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

background-color css

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

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

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

border-color css

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

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

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