Html Css Color HEX #953165 Lipstick

📋 copy color: '#953165'

red 149 ◦ green 49 ◦ blue 101

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

Shades of Lipstick #953165

Tints of Lipstick #953165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

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

R = 49.83%
G = 16.39%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#953165 (or 0x953165) is known color: Lipstick. HEX triplet: 95, 31 and 65. RGB value is (149,49,101). Sum of RGB (Red+Green+Blue) = 149+49+101=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #953165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953165 is #6ACE9A. Grayscale: #545454. Windows color (decimal): -6999707 or 6631829. OLE color: 6631829.

HSL color Cylindrical-coordinate representation of color #953165: hue angle of 328.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953165 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 101 -
CMYK 0 0.67 0.32 0.42
HSL 328.8º 0.51% 0.39% -
HSV(B) 328.8º 0.67% 0.58% -
XYZ 15.84 9.53 13.32 -
YUV 84.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 149 49 101 0 0.67 0.32 0.42 328.8 0.51 0.39
Hex 95 31 65 0 43 20 2A 149 33 27
Octal 225 61 145 0 103 40 52 511 63 47
Binary 10010101 110001 1100101 0 1000011 100000 101010 101001001 110011 100111

Color Harmonies of #953165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953165

Black with #953165

Text Example


Text Example

White with #953165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953165; }

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

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

background-color css

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

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

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

border-color css

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

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

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