Html Css Color HEX #993353 Lipstick

📋 copy color: '#993353'

red 153 ◦ green 51 ◦ blue 83

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

Shades of Lipstick #993353

Tints of Lipstick #993353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 53.31%
G = 17.77%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#993353 (or 0x993353) is known color: Lipstick. HEX triplet: 99, 33 and 53. RGB value is (153,51,83). Sum of RGB (Red+Green+Blue) = 153+51+83=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #993353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993353 is #66CCAC. Grayscale: #555555. Windows color (decimal): -6737069 or 5452697. OLE color: 5452697.

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

Color convert

RGB 153 51 83 -
CMYK 0 0.67 0.46 0.4
HSL 341.18º 0.5% 0.4% -
HSV(B) 341.18º 0.67% 0.6% -
XYZ 15.88 9.76 9.23 -
YUV 85.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 153 51 83 0 0.67 0.46 0.4 341.18 0.5 0.4
Hex 99 33 53 0 43 2E 28 155 32 28
Octal 231 63 123 0 103 56 50 525 62 50
Binary 10011001 110011 1010011 0 1000011 101110 101000 101010101 110010 101000

Color Harmonies of #993353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993353

Black with #993353

Text Example


Text Example

White with #993353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993353; }

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

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

background-color css

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

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

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

border-color css

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

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

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