Html Css Color HEX #993259 Lipstick

📋 copy color: '#993259'

red 153 ◦ green 50 ◦ blue 89

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

Shades of Lipstick #993259

Tints of Lipstick #993259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.48%

R = 52.4%
G = 17.12%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#993259 (or 0x993259) is known color: Lipstick. HEX triplet: 99, 32 and 59. RGB value is (153,50,89). Sum of RGB (Red+Green+Blue) = 153+50+89=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #993259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993259 is #66CDA6. Grayscale: #555555. Windows color (decimal): -6737319 or 5845657. OLE color: 5845657.

HSL color Cylindrical-coordinate representation of color #993259: hue angle of 337.28º 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 #993259 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 89 -
CMYK 0 0.67 0.42 0.4
HSL 337.28º 0.51% 0.4% -
HSV(B) 337.28º 0.67% 0.6% -
XYZ 16.08 9.77 10.49 -
YUV 85.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 153 50 89 0 0.67 0.42 0.4 337.28 0.51 0.4
Hex 99 32 59 0 43 2A 28 151 33 28
Octal 231 62 131 0 103 52 50 521 63 50
Binary 10011001 110010 1011001 0 1000011 101010 101000 101010001 110011 101000

Color Harmonies of #993259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993259

Black with #993259

Text Example


Text Example

White with #993259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993259; }

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

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

background-color css

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

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

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

border-color css

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

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

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