Html Css Color HEX #952148 Lipstick

📋 copy color: '#952148'

red 149 ◦ green 33 ◦ blue 72

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

Shades of Lipstick #952148

Tints of Lipstick #952148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 58.66%
G = 12.99%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952148 (or 0x952148) is known color: Lipstick. HEX triplet: 95, 21 and 48. RGB value is (149,33,72). Sum of RGB (Red+Green+Blue) = 149+33+72=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952148 is #6ADEB7. Grayscale: #484848. Windows color (decimal): -7003832 or 4727189. OLE color: 4727189.

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

Color convert

RGB 149 33 72 -
CMYK 0 0.78 0.52 0.42
HSL 339.83º 0.64% 0.36% -
HSV(B) 339.83º 0.78% 0.58% -
XYZ 14.11 7.95 6.92 -
YUV 72.13 127.93 182.83 -
System Red Green Blue C M Y K H S L
Decimal 149 33 72 0 0.78 0.52 0.42 339.83 0.64 0.36
Hex 95 21 48 0 4E 34 2A 154 40 24
Octal 225 41 110 0 116 64 52 524 100 44
Binary 10010101 100001 1001000 0 1001110 110100 101010 101010100 1000000 100100

Color Harmonies of #952148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952148

Black with #952148

Text Example


Text Example

White with #952148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952148; }

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

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

background-color css

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

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

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

border-color css

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

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

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