Html Css Color HEX #952C48 Lipstick

📋 copy color: '#952C48'

red 149 ◦ green 44 ◦ blue 72

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

Shades of Lipstick #952C48

Tints of Lipstick #952C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 56.23%
G = 16.6%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952C48 (or 0x952C48) is known color: Lipstick. HEX triplet: 95, 2C and 48. RGB value is (149,44,72). Sum of RGB (Red+Green+Blue) = 149+44+72=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #952C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C48 is #6AD3B7. Grayscale: #4E4E4E. Windows color (decimal): -7001016 or 4730005. OLE color: 4730005.

HSL color Cylindrical-coordinate representation of color #952C48: hue angle of 344º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C48 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 72 -
CMYK 0 0.70 0.52 0.42
HSL 344º 0.54% 0.38% -
HSV(B) 344º 0.7% 0.58% -
XYZ 14.46 8.66 7.04 -
YUV 78.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 149 44 72 0 0.70 0.52 0.42 344 0.54 0.38
Hex 95 2C 48 0 46 34 2A 158 36 26
Octal 225 54 110 0 106 64 52 530 66 46
Binary 10010101 101100 1001000 0 1000110 110100 101010 101011000 110110 100110

Color Harmonies of #952C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C48

Black with #952C48

Text Example


Text Example

White with #952C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952C48; }

 p { color: rgb(149,44,72); }

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

background-color css

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

 a { background-color: rgb(149,44,72); }

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

border-color css

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

 span { border-color: rgb(149,44,72); }

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