Html Css Color HEX #952D52 Lipstick

📋 copy color: '#952D52'

red 149 ◦ green 45 ◦ blue 82

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

Shades of Lipstick #952D52

Tints of Lipstick #952D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.3%

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

R = 53.99%
G = 16.3%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#952D52 (or 0x952D52) is known color: Lipstick. HEX triplet: 95, 2D and 52. RGB value is (149,45,82). Sum of RGB (Red+Green+Blue) = 149+45+82=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #952D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D52 is #6AD2AD. Grayscale: #505050. Windows color (decimal): -7000750 or 5385621. OLE color: 5385621.

HSL color Cylindrical-coordinate representation of color #952D52: hue angle of 338.65º 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 #952D52 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 82 -
CMYK 0 0.70 0.45 0.42
HSL 338.65º 0.54% 0.38% -
HSV(B) 338.65º 0.7% 0.58% -
XYZ 14.86 8.88 8.91 -
YUV 80.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 149 45 82 0 0.70 0.45 0.42 338.65 0.54 0.38
Hex 95 2D 52 0 46 2D 2A 153 36 26
Octal 225 55 122 0 106 55 52 523 66 46
Binary 10010101 101101 1010010 0 1000110 101101 101010 101010011 110110 100110

Color Harmonies of #952D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D52

Black with #952D52

Text Example


Text Example

White with #952D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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