Html Css Color HEX #952051 Lipstick

📋 copy color: '#952051'

red 149 ◦ green 32 ◦ blue 81

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

Shades of Lipstick #952051

Tints of Lipstick #952051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

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

R = 56.87%
G = 12.21%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#952051 (or 0x952051) is known color: Lipstick. HEX triplet: 95, 20 and 51. RGB value is (149,32,81). Sum of RGB (Red+Green+Blue) = 149+32+81=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #952051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952051 is #6ADFAE. Grayscale: #484848. Windows color (decimal): -7004079 or 5316757. OLE color: 5316757.

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

Color convert

RGB 149 32 81 -
CMYK 0 0.79 0.46 0.42
HSL 334.87º 0.65% 0.35% -
HSV(B) 334.87º 0.79% 0.58% -
XYZ 14.4 8.02 8.57 -
YUV 72.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 149 32 81 0 0.79 0.46 0.42 334.87 0.65 0.35
Hex 95 20 51 0 4F 2E 2A 14F 41 23
Octal 225 40 121 0 117 56 52 517 101 43
Binary 10010101 100000 1010001 0 1001111 101110 101010 101001111 1000001 100011

Color Harmonies of #952051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952051

Black with #952051

Text Example


Text Example

White with #952051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952051; }

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

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

background-color css

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

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

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

border-color css

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

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

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