Html Css Color HEX #953161 Lipstick

📋 copy color: '#953161'

red 149 ◦ green 49 ◦ blue 97

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

Shades of Lipstick #953161

Tints of Lipstick #953161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 50.51%
G = 16.61%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#953161 (or 0x953161) is known color: Lipstick. HEX triplet: 95, 31 and 61. RGB value is (149,49,97). Sum of RGB (Red+Green+Blue) = 149+49+97=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #953161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953161 is #6ACE9E. Grayscale: #545454. Windows color (decimal): -6999711 or 6369685. OLE color: 6369685.

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

Color convert

RGB 149 49 97 -
CMYK 0 0.67 0.35 0.42
HSL 331.2º 0.51% 0.39% -
HSV(B) 331.2º 0.67% 0.58% -
XYZ 15.65 9.45 12.31 -
YUV 84.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 149 49 97 0 0.67 0.35 0.42 331.2 0.51 0.39
Hex 95 31 61 0 43 23 2A 14B 33 27
Octal 225 61 141 0 103 43 52 513 63 47
Binary 10010101 110001 1100001 0 1000011 100011 101010 101001011 110011 100111

Color Harmonies of #953161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953161

Black with #953161

Text Example


Text Example

White with #953161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953161; }

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

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

background-color css

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

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

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

border-color css

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

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

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