Html Css Color HEX #953765 Lipstick

📋 copy color: '#953765'

red 149 ◦ green 55 ◦ blue 101

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

Shades of Lipstick #953765

Tints of Lipstick #953765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 48.85%
G = 18.03%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#953765 (or 0x953765) is known color: Lipstick. HEX triplet: 95, 37 and 65. RGB value is (149,55,101). Sum of RGB (Red+Green+Blue) = 149+55+101=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #953765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953765 is #6AC89A. Grayscale: #585858. Windows color (decimal): -6998171 or 6633365. OLE color: 6633365.

HSL color Cylindrical-coordinate representation of color #953765: hue angle of 330.64º 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 #953765 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 101 -
CMYK 0 0.63 0.32 0.42
HSL 330.64º 0.46% 0.4% -
HSV(B) 330.64º 0.63% 0.58% -
XYZ 16.11 10.06 13.4 -
YUV 88.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 149 55 101 0 0.63 0.32 0.42 330.64 0.46 0.4
Hex 95 37 65 0 3F 20 2A 14B 2E 28
Octal 225 67 145 0 77 40 52 513 56 50
Binary 10010101 110111 1100101 0 111111 100000 101010 101001011 101110 101000

Color Harmonies of #953765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953765

Black with #953765

Text Example


Text Example

White with #953765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953765; }

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

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

background-color css

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

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

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

border-color css

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

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

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