Html Css Color HEX #993331 Milano Red

📋 copy color: '#993331'

red 153 ◦ green 51 ◦ blue 49

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

Shades of Milano Red #993331

Tints of Milano Red #993331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 60.47%
G = 20.16%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#993331 (or 0x993331) is known color: Milano Red. HEX triplet: 99, 33 and 31. RGB value is (153,51,49). Sum of RGB (Red+Green+Blue) = 153+51+49=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #993331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993331 is #66CCCE. Grayscale: #515151. Windows color (decimal): -6737103 or 3224473. OLE color: 3224473.

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

Color convert

RGB 153 51 49 -
CMYK 0 0.67 0.68 0.4
HSL 1.15º 0.51% 0.4% -
HSV(B) 1.15º 0.68% 0.6% -
XYZ 14.88 9.36 3.93 -
YUV 81.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 153 51 49 0 0.67 0.68 0.4 1.15 0.51 0.4
Hex 99 33 31 0 43 44 28 1 33 28
Octal 231 63 61 0 103 104 50 1 63 50
Binary 10011001 110011 110001 0 1000011 1000100 101000 1 110011 101000

Color Harmonies of #993331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993331

Black with #993331

Text Example


Text Example

White with #993331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993331; }

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

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

background-color css

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

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

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

border-color css

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

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

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