Html Css Color HEX #993452 Lipstick

📋 copy color: '#993452'

red 153 ◦ green 52 ◦ blue 82

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

Shades of Lipstick #993452

Tints of Lipstick #993452

RGB

 RED value IS 153 (60.16% from 255) = 53.31%

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

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

R = 53.31%
G = 18.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#993452 (or 0x993452) is known color: Lipstick. HEX triplet: 99, 34 and 52. RGB value is (153,52,82). Sum of RGB (Red+Green+Blue) = 153+52+82=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #993452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993452 is #66CBAD. Grayscale: #555555. Windows color (decimal): -6736814 or 5387417. OLE color: 5387417.

HSL color Cylindrical-coordinate representation of color #993452: hue angle of 342.18º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993452 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 82 -
CMYK 0 0.66 0.46 0.4
HSL 342.18º 0.49% 0.4% -
HSV(B) 342.18º 0.66% 0.6% -
XYZ 15.89 9.84 9.04 -
YUV 85.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 153 52 82 0 0.66 0.46 0.4 342.18 0.49 0.4
Hex 99 34 52 0 42 2E 28 156 31 28
Octal 231 64 122 0 102 56 50 526 61 50
Binary 10011001 110100 1010010 0 1000010 101110 101000 101010110 110001 101000

Color Harmonies of #993452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993452

Black with #993452

Text Example


Text Example

White with #993452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993452; }

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

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

background-color css

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

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

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

border-color css

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

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

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