Html Css Color HEX #952449 Lipstick

📋 copy color: '#952449'

red 149 ◦ green 36 ◦ blue 73

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

Shades of Lipstick #952449

Tints of Lipstick #952449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.95%

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

R = 57.75%
G = 13.95%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#952449 (or 0x952449) is known color: Lipstick. HEX triplet: 95, 24 and 49. RGB value is (149,36,73). Sum of RGB (Red+Green+Blue) = 149+36+73=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #952449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952449 is #6ADBB6. Grayscale: #494949. Windows color (decimal): -7003063 or 4793493. OLE color: 4793493.

HSL color Cylindrical-coordinate representation of color #952449: hue angle of 340.35º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952449 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 73 -
CMYK 0 0.76 0.51 0.42
HSL 340.35º 0.61% 0.36% -
HSV(B) 340.35º 0.76% 0.58% -
XYZ 14.23 8.13 7.12 -
YUV 74.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 149 36 73 0 0.76 0.51 0.42 340.35 0.61 0.36
Hex 95 24 49 0 4C 33 2A 154 3D 24
Octal 225 44 111 0 114 63 52 524 75 44
Binary 10010101 100100 1001001 0 1001100 110011 101010 101010100 111101 100100

Color Harmonies of #952449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952449

Black with #952449

Text Example


Text Example

White with #952449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952449; }

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

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

background-color css

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

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

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

border-color css

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

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

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