Html Css Color HEX #953049 Lipstick

📋 copy color: '#953049'

red 149 ◦ green 48 ◦ blue 73

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

Shades of Lipstick #953049

Tints of Lipstick #953049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

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

R = 55.19%
G = 17.78%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#953049 (or 0x953049) is known color: Lipstick. HEX triplet: 95, 30 and 49. RGB value is (149,48,73). Sum of RGB (Red+Green+Blue) = 149+48+73=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #953049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953049 is #6ACFB6. Grayscale: #515151. Windows color (decimal): -6999991 or 4796565. OLE color: 4796565.

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

Color convert

RGB 149 48 73 -
CMYK 0 0.68 0.51 0.42
HSL 345.15º 0.51% 0.39% -
HSV(B) 345.15º 0.68% 0.58% -
XYZ 14.65 8.98 7.27 -
YUV 81.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 149 48 73 0 0.68 0.51 0.42 345.15 0.51 0.39
Hex 95 30 49 0 44 33 2A 159 33 27
Octal 225 60 111 0 104 63 52 531 63 47
Binary 10010101 110000 1001001 0 1000100 110011 101010 101011001 110011 100111

Color Harmonies of #953049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953049

Black with #953049

Text Example


Text Example

White with #953049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953049; }

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

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

background-color css

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

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

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

border-color css

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

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

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