Html Css Color HEX #993047 Lipstick

📋 copy color: '#993047'

red 153 ◦ green 48 ◦ blue 71

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

Shades of Lipstick #993047

Tints of Lipstick #993047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 56.25%
G = 17.65%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#993047 (or 0x993047) is known color: Lipstick. HEX triplet: 99, 30 and 47. RGB value is (153,48,71). Sum of RGB (Red+Green+Blue) = 153+48+71=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #993047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993047 is #66CFB8. Grayscale: #525252. Windows color (decimal): -6737849 or 4665497. OLE color: 4665497.

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

Color convert

RGB 153 48 71 -
CMYK 0 0.69 0.54 0.4
HSL 346.86º 0.52% 0.39% -
HSV(B) 346.86º 0.69% 0.6% -
XYZ 15.33 9.34 6.96 -
YUV 82.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 153 48 71 0 0.69 0.54 0.4 346.86 0.52 0.39
Hex 99 30 47 0 45 36 28 15B 34 27
Octal 231 60 107 0 105 66 50 533 64 47
Binary 10011001 110000 1000111 0 1000101 110110 101000 101011011 110100 100111

Color Harmonies of #993047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993047

Black with #993047

Text Example


Text Example

White with #993047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993047; }

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

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

background-color css

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

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

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

border-color css

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

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

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