Html Css Color HEX #993254 Lipstick

📋 copy color: '#993254'

red 153 ◦ green 50 ◦ blue 84

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

Shades of Lipstick #993254

Tints of Lipstick #993254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 53.31%
G = 17.42%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#993254 (or 0x993254) is known color: Lipstick. HEX triplet: 99, 32 and 54. RGB value is (153,50,84). Sum of RGB (Red+Green+Blue) = 153+50+84=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #993254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993254 is #66CDAB. Grayscale: #545454. Windows color (decimal): -6737324 or 5517977. OLE color: 5517977.

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

Color convert

RGB 153 50 84 -
CMYK 0 0.67 0.45 0.4
HSL 340.19º 0.51% 0.4% -
HSV(B) 340.19º 0.67% 0.6% -
XYZ 15.88 9.69 9.42 -
YUV 84.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 153 50 84 0 0.67 0.45 0.4 340.19 0.51 0.4
Hex 99 32 54 0 43 2D 28 154 33 28
Octal 231 62 124 0 103 55 50 524 63 50
Binary 10011001 110010 1010100 0 1000011 101101 101000 101010100 110011 101000

Color Harmonies of #993254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993254

Black with #993254

Text Example


Text Example

White with #993254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993254; }

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

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

background-color css

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

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

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

border-color css

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

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

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