Html Css Color HEX #952849 Lipstick

📋 copy color: '#952849'

red 149 ◦ green 40 ◦ blue 73

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

Shades of Lipstick #952849

Tints of Lipstick #952849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 56.87%
G = 15.27%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#952849 (or 0x952849) is known color: Lipstick. HEX triplet: 95, 28 and 49. RGB value is (149,40,73). Sum of RGB (Red+Green+Blue) = 149+40+73=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #952849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952849 is #6AD7B6. Grayscale: #4C4C4C. Windows color (decimal): -7002039 or 4794517. OLE color: 4794517.

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

Color convert

RGB 149 40 73 -
CMYK 0 0.73 0.51 0.42
HSL 341.83º 0.58% 0.37% -
HSV(B) 341.83º 0.73% 0.58% -
XYZ 14.36 8.39 7.17 -
YUV 76.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 149 40 73 0 0.73 0.51 0.42 341.83 0.58 0.37
Hex 95 28 49 0 49 33 2A 156 3A 25
Octal 225 50 111 0 111 63 52 526 72 45
Binary 10010101 101000 1001001 0 1001001 110011 101010 101010110 111010 100101

Color Harmonies of #952849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952849

Black with #952849

Text Example


Text Example

White with #952849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952849; }

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

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

background-color css

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

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

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

border-color css

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

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

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