Html Css Color HEX #953452 Lipstick

📋 copy color: '#953452'

red 149 ◦ green 52 ◦ blue 82

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

Shades of Lipstick #953452

Tints of Lipstick #953452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 52.65%
G = 18.37%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#953452 (or 0x953452) is known color: Lipstick. HEX triplet: 95, 34 and 52. RGB value is (149,52,82). Sum of RGB (Red+Green+Blue) = 149+52+82=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #953452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953452 is #6ACBAD. Grayscale: #545454. Windows color (decimal): -6998958 or 5387413. OLE color: 5387413.

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

Color convert

RGB 149 52 82 -
CMYK 0 0.65 0.45 0.42
HSL 341.44º 0.48% 0.39% -
HSV(B) 341.44º 0.65% 0.58% -
XYZ 15.15 9.45 9.01 -
YUV 84.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 149 52 82 0 0.65 0.45 0.42 341.44 0.48 0.39
Hex 95 34 52 0 41 2D 2A 155 30 27
Octal 225 64 122 0 101 55 52 525 60 47
Binary 10010101 110100 1010010 0 1000001 101101 101010 101010101 110000 100111

Color Harmonies of #953452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953452

Black with #953452

Text Example


Text Example

White with #953452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953452; }

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

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

background-color css

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

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

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

border-color css

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

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

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