Html Css Color HEX #952851 Lipstick

📋 copy color: '#952851'

red 149 ◦ green 40 ◦ blue 81

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

Shades of Lipstick #952851

Tints of Lipstick #952851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

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

R = 55.19%
G = 14.81%
B = 30%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#952851 (or 0x952851) is known color: Lipstick. HEX triplet: 95, 28 and 51. RGB value is (149,40,81). Sum of RGB (Red+Green+Blue) = 149+40+81=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952851 is #6AD7AE. Grayscale: #4D4D4D. Windows color (decimal): -7002031 or 5318805. OLE color: 5318805.

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

Color convert

RGB 149 40 81 -
CMYK 0 0.73 0.46 0.42
HSL 337.43º 0.58% 0.37% -
HSV(B) 337.43º 0.73% 0.58% -
XYZ 14.64 8.5 8.65 -
YUV 77.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 149 40 81 0 0.73 0.46 0.42 337.43 0.58 0.37
Hex 95 28 51 0 49 2E 2A 151 3A 25
Octal 225 50 121 0 111 56 52 521 72 45
Binary 10010101 101000 1010001 0 1001001 101110 101010 101010001 111010 100101

Color Harmonies of #952851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952851

Black with #952851

Text Example


Text Example

White with #952851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952851; }

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

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

background-color css

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

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

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

border-color css

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

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

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