Html Css Color HEX #953860 Lipstick

📋 copy color: '#953860'

red 149 ◦ green 56 ◦ blue 96

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

Shades of Lipstick #953860

Tints of Lipstick #953860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 49.5%
G = 18.6%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#953860 (or 0x953860) is known color: Lipstick. HEX triplet: 95, 38 and 60. RGB value is (149,56,96). Sum of RGB (Red+Green+Blue) = 149+56+96=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #953860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953860 is #6AC79F. Grayscale: #585858. Windows color (decimal): -6997920 or 6305941. OLE color: 6305941.

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

Color convert

RGB 149 56 96 -
CMYK 0 0.62 0.36 0.42
HSL 334.19º 0.45% 0.4% -
HSV(B) 334.19º 0.62% 0.58% -
XYZ 15.92 10.06 12.17 -
YUV 88.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 149 56 96 0 0.62 0.36 0.42 334.19 0.45 0.4
Hex 95 38 60 0 3E 24 2A 14E 2D 28
Octal 225 70 140 0 76 44 52 516 55 50
Binary 10010101 111000 1100000 0 111110 100100 101010 101001110 101101 101000

Color Harmonies of #953860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953860

Black with #953860

Text Example


Text Example

White with #953860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953860; }

 p { color: rgb(149,56,96); }

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

background-color css

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

 a { background-color: rgb(149,56,96); }

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

border-color css

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

 span { border-color: rgb(149,56,96); }

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