Html Css Color HEX #952048 Lipstick

📋 copy color: '#952048'

red 149 ◦ green 32 ◦ blue 72

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

Shades of Lipstick #952048

Tints of Lipstick #952048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

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

R = 58.89%
G = 12.65%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952048 (or 0x952048) is known color: Lipstick. HEX triplet: 95, 20 and 48. RGB value is (149,32,72). Sum of RGB (Red+Green+Blue) = 149+32+72=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952048 is #6ADFB7. Grayscale: #474747. Windows color (decimal): -7004088 or 4726933. OLE color: 4726933.

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

Color convert

RGB 149 32 72 -
CMYK 0 0.79 0.52 0.42
HSL 339.49º 0.65% 0.35% -
HSV(B) 339.49º 0.79% 0.58% -
XYZ 14.08 7.89 6.91 -
YUV 71.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 149 32 72 0 0.79 0.52 0.42 339.49 0.65 0.35
Hex 95 20 48 0 4F 34 2A 153 41 23
Octal 225 40 110 0 117 64 52 523 101 43
Binary 10010101 100000 1001000 0 1001111 110100 101010 101010011 1000001 100011

Color Harmonies of #952048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952048

Black with #952048

Text Example


Text Example

White with #952048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952048; }

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

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

background-color css

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

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

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

border-color css

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

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

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