Html Css Color HEX #993050 Lipstick

📋 copy color: '#993050'

red 153 ◦ green 48 ◦ blue 80

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

Shades of Lipstick #993050

Tints of Lipstick #993050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 54.45%
G = 17.08%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#993050 (or 0x993050) is known color: Lipstick. HEX triplet: 99, 30 and 50. RGB value is (153,48,80). Sum of RGB (Red+Green+Blue) = 153+48+80=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #993050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993050 is #66CFAF. Grayscale: #535353. Windows color (decimal): -6737840 or 5255321. OLE color: 5255321.

HSL color Cylindrical-coordinate representation of color #993050: hue angle of 341.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993050 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 80 -
CMYK 0 0.69 0.48 0.4
HSL 341.71º 0.52% 0.39% -
HSV(B) 341.71º 0.69% 0.6% -
XYZ 15.64 9.47 8.59 -
YUV 83.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 153 48 80 0 0.69 0.48 0.4 341.71 0.52 0.39
Hex 99 30 50 0 45 30 28 156 34 27
Octal 231 60 120 0 105 60 50 526 64 47
Binary 10011001 110000 1010000 0 1000101 110000 101000 101010110 110100 100111

Color Harmonies of #993050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993050

Black with #993050

Text Example


Text Example

White with #993050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993050; }

 p { color: rgb(153,48,80); }

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

background-color css

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

 a { background-color: rgb(153,48,80); }

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

border-color css

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

 span { border-color: rgb(153,48,80); }

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