Html Css Color HEX #993453 Lipstick

📋 copy color: '#993453'

red 153 ◦ green 52 ◦ blue 83

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

Shades of Lipstick #993453

Tints of Lipstick #993453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 83 (32.81% from 255) = 28.82%

R = 53.13%
G = 18.06%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#993453 (or 0x993453) is known color: Lipstick. HEX triplet: 99, 34 and 53. RGB value is (153,52,83). Sum of RGB (Red+Green+Blue) = 153+52+83=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #993453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993453 is #66CBAC. Grayscale: #555555. Windows color (decimal): -6736813 or 5452953. OLE color: 5452953.

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

Color convert

RGB 153 52 83 -
CMYK 0 0.66 0.46 0.4
HSL 341.58º 0.49% 0.4% -
HSV(B) 341.58º 0.66% 0.6% -
XYZ 15.93 9.85 9.25 -
YUV 85.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 153 52 83 0 0.66 0.46 0.4 341.58 0.49 0.4
Hex 99 34 53 0 42 2E 28 156 31 28
Octal 231 64 123 0 102 56 50 526 61 50
Binary 10011001 110100 1010011 0 1000010 101110 101000 101010110 110001 101000

Color Harmonies of #993453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993453

Black with #993453

Text Example


Text Example

White with #993453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993453; }

 p { color: rgb(153,52,83); }

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

background-color css

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

 a { background-color: rgb(153,52,83); }

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

border-color css

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

 span { border-color: rgb(153,52,83); }

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