Html Css Color HEX #952A52 Lipstick

📋 copy color: '#952A52'

red 149 ◦ green 42 ◦ blue 82

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

Shades of Lipstick #952A52

Tints of Lipstick #952A52

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.38%

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 54.58%
G = 15.38%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#952A52 (or 0x952A52) is known color: Lipstick. HEX triplet: 95, 2A and 52. RGB value is (149,42,82). Sum of RGB (Red+Green+Blue) = 149+42+82=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #952A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A52 is #6AD5AD. Grayscale: #4E4E4E. Windows color (decimal): -7001518 or 5384853. OLE color: 5384853.

HSL color Cylindrical-coordinate representation of color #952A52: hue angle of 337.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A52 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 82 -
CMYK 0 0.72 0.45 0.42
HSL 337.57º 0.56% 0.37% -
HSV(B) 337.57º 0.72% 0.58% -
XYZ 14.75 8.65 8.88 -
YUV 78.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 149 42 82 0 0.72 0.45 0.42 337.57 0.56 0.37
Hex 95 2A 52 0 48 2D 2A 152 38 25
Octal 225 52 122 0 110 55 52 522 70 45
Binary 10010101 101010 1010010 0 1001000 101101 101010 101010010 111000 100101

Color Harmonies of #952A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A52

Black with #952A52

Text Example


Text Example

White with #952A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,42,82); }

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

background-color css

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

 a { background-color: rgb(149,42,82); }

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

border-color css

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

 span { border-color: rgb(149,42,82); }

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