Html Css Color HEX #953249 Lipstick

📋 copy color: '#953249'

red 149 ◦ green 50 ◦ blue 73

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

Shades of Lipstick #953249

Tints of Lipstick #953249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

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

R = 54.78%
G = 18.38%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#953249 (or 0x953249) is known color: Lipstick. HEX triplet: 95, 32 and 49. RGB value is (149,50,73). Sum of RGB (Red+Green+Blue) = 149+50+73=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #953249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953249 is #6ACDB6. Grayscale: #525252. Windows color (decimal): -6999479 or 4797077. OLE color: 4797077.

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

Color convert

RGB 149 50 73 -
CMYK 0 0.66 0.51 0.42
HSL 346.06º 0.5% 0.39% -
HSV(B) 346.06º 0.66% 0.58% -
XYZ 14.74 9.15 7.29 -
YUV 82.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 149 50 73 0 0.66 0.51 0.42 346.06 0.5 0.39
Hex 95 32 49 0 42 33 2A 15A 32 27
Octal 225 62 111 0 102 63 52 532 62 47
Binary 10010101 110010 1001001 0 1000010 110011 101010 101011010 110010 100111

Color Harmonies of #953249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953249

Black with #953249

Text Example


Text Example

White with #953249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953249; }

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

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

background-color css

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

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

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

border-color css

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

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

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