Html Css Color HEX #952548 Lipstick

📋 copy color: '#952548'

red 149 ◦ green 37 ◦ blue 72

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

Shades of Lipstick #952548

Tints of Lipstick #952548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 57.75%
G = 14.34%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952548 (or 0x952548) is known color: Lipstick. HEX triplet: 95, 25 and 48. RGB value is (149,37,72). Sum of RGB (Red+Green+Blue) = 149+37+72=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #952548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952548 is #6ADAB7. Grayscale: #4A4A4A. Windows color (decimal): -7002808 or 4728213. OLE color: 4728213.

HSL color Cylindrical-coordinate representation of color #952548: hue angle of 341.25º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952548 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 72 -
CMYK 0 0.75 0.52 0.42
HSL 341.25º 0.6% 0.36% -
HSV(B) 341.25º 0.75% 0.58% -
XYZ 14.23 8.18 6.96 -
YUV 74.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 149 37 72 0 0.75 0.52 0.42 341.25 0.6 0.36
Hex 95 25 48 0 4B 34 2A 155 3C 24
Octal 225 45 110 0 113 64 52 525 74 44
Binary 10010101 100101 1001000 0 1001011 110100 101010 101010101 111100 100100

Color Harmonies of #952548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952548

Black with #952548

Text Example


Text Example

White with #952548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952548; }

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

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

background-color css

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

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

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

border-color css

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

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

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