Html Css Color HEX #993252 Lipstick

📋 copy color: '#993252'

red 153 ◦ green 50 ◦ blue 82

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

Shades of Lipstick #993252

Tints of Lipstick #993252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 53.68%
G = 17.54%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#993252 (or 0x993252) is known color: Lipstick. HEX triplet: 99, 32 and 52. RGB value is (153,50,82). Sum of RGB (Red+Green+Blue) = 153+50+82=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #993252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993252 is #66CDAD. Grayscale: #545454. Windows color (decimal): -6737326 or 5386905. OLE color: 5386905.

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

Color convert

RGB 153 50 82 -
CMYK 0 0.67 0.46 0.4
HSL 341.36º 0.51% 0.4% -
HSV(B) 341.36º 0.67% 0.6% -
XYZ 15.8 9.66 9.01 -
YUV 84.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 153 50 82 0 0.67 0.46 0.4 341.36 0.51 0.4
Hex 99 32 52 0 43 2E 28 155 33 28
Octal 231 62 122 0 103 56 50 525 63 50
Binary 10011001 110010 1010010 0 1000011 101110 101000 101010101 110011 101000

Color Harmonies of #993252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993252

Black with #993252

Text Example


Text Example

White with #993252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993252; }

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

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

background-color css

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

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

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

border-color css

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

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

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