Html Css Color HEX #952452 Lipstick

📋 copy color: '#952452'

red 149 ◦ green 36 ◦ blue 82

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

Shades of Lipstick #952452

Tints of Lipstick #952452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 55.81%
G = 13.48%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#952452 (or 0x952452) is known color: Lipstick. HEX triplet: 95, 24 and 52. RGB value is (149,36,82). Sum of RGB (Red+Green+Blue) = 149+36+82=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #952452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952452 is #6ADBAD. Grayscale: #4A4A4A. Windows color (decimal): -7003054 or 5383317. OLE color: 5383317.

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

Color convert

RGB 149 36 82 -
CMYK 0 0.76 0.45 0.42
HSL 335.58º 0.61% 0.36% -
HSV(B) 335.58º 0.76% 0.58% -
XYZ 14.55 8.26 8.81 -
YUV 75.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 149 36 82 0 0.76 0.45 0.42 335.58 0.61 0.36
Hex 95 24 52 0 4C 2D 2A 150 3D 24
Octal 225 44 122 0 114 55 52 520 75 44
Binary 10010101 100100 1010010 0 1001100 101101 101010 101010000 111101 100100

Color Harmonies of #952452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952452

Black with #952452

Text Example


Text Example

White with #952452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952452; }

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

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

background-color css

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

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

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

border-color css

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

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

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