Html Css Color HEX #953247 Lipstick

📋 copy color: '#953247'

red 149 ◦ green 50 ◦ blue 71

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

Shades of Lipstick #953247

Tints of Lipstick #953247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 55.19%
G = 18.52%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#953247 (or 0x953247) is known color: Lipstick. HEX triplet: 95, 32 and 47. RGB value is (149,50,71). Sum of RGB (Red+Green+Blue) = 149+50+71=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #953247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953247 is #6ACDB8. Grayscale: #525252. Windows color (decimal): -6999481 or 4666005. OLE color: 4666005.

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

Color convert

RGB 149 50 71 -
CMYK 0 0.66 0.52 0.42
HSL 347.27º 0.5% 0.39% -
HSV(B) 347.27º 0.66% 0.58% -
XYZ 14.67 9.13 6.95 -
YUV 82 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 149 50 71 0 0.66 0.52 0.42 347.27 0.5 0.39
Hex 95 32 47 0 42 34 2A 15B 32 27
Octal 225 62 107 0 102 64 52 533 62 47
Binary 10010101 110010 1000111 0 1000010 110100 101010 101011011 110010 100111

Color Harmonies of #953247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953247

Black with #953247

Text Example


Text Example

White with #953247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953247; }

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

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

background-color css

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

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

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

border-color css

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

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

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