Html Css Color HEX #952447 Lipstick

📋 copy color: '#952447'

red 149 ◦ green 36 ◦ blue 71

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

Shades of Lipstick #952447

Tints of Lipstick #952447

RGB

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

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

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

R = 58.2%
G = 14.06%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952447 (or 0x952447) is known color: Lipstick. HEX triplet: 95, 24 and 47. RGB value is (149,36,71). Sum of RGB (Red+Green+Blue) = 149+36+71=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952447 is #6ADBB8. Grayscale: #494949. Windows color (decimal): -7003065 or 4662421. OLE color: 4662421.

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

Color convert

RGB 149 36 71 -
CMYK 0 0.76 0.52 0.42
HSL 341.42º 0.61% 0.36% -
HSV(B) 341.42º 0.76% 0.58% -
XYZ 14.16 8.11 6.78 -
YUV 73.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 149 36 71 0 0.76 0.52 0.42 341.42 0.61 0.36
Hex 95 24 47 0 4C 34 2A 155 3D 24
Octal 225 44 107 0 114 64 52 525 75 44
Binary 10010101 100100 1000111 0 1001100 110100 101010 101010101 111101 100100

Color Harmonies of #952447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952447

Black with #952447

Text Example


Text Example

White with #952447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952447; }

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

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

background-color css

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

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

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

border-color css

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

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

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