Html Css Color HEX #952951 Lipstick

📋 copy color: '#952951'

red 149 ◦ green 41 ◦ blue 81

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

Shades of Lipstick #952951

Tints of Lipstick #952951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 81 (32.03% from 255) = 29.89%

R = 54.98%
G = 15.13%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#952951 (or 0x952951) is known color: Lipstick. HEX triplet: 95, 29 and 51. RGB value is (149,41,81). Sum of RGB (Red+Green+Blue) = 149+41+81=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #952951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952951 is #6AD6AE. Grayscale: #4D4D4D. Windows color (decimal): -7001775 or 5319061. OLE color: 5319061.

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

Color convert

RGB 149 41 81 -
CMYK 0 0.72 0.46 0.42
HSL 337.78º 0.57% 0.37% -
HSV(B) 337.78º 0.72% 0.58% -
XYZ 14.67 8.57 8.67 -
YUV 77.85 129.78 178.75 -
System Red Green Blue C M Y K H S L
Decimal 149 41 81 0 0.72 0.46 0.42 337.78 0.57 0.37
Hex 95 29 51 0 48 2E 2A 152 39 25
Octal 225 51 121 0 110 56 52 522 71 45
Binary 10010101 101001 1010001 0 1001000 101110 101010 101010010 111001 100101

Color Harmonies of #952951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952951

Black with #952951

Text Example


Text Example

White with #952951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952951; }

 p { color: rgb(149,41,81); }

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

background-color css

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

 a { background-color: rgb(149,41,81); }

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

border-color css

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

 span { border-color: rgb(149,41,81); }

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