Html Css Color HEX #993131 Milano Red

📋 copy color: '#993131'

red 153 ◦ green 49 ◦ blue 49

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

Shades of Milano Red #993131

Tints of Milano Red #993131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

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

R = 60.96%
G = 19.52%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#993131 (or 0x993131) is known color: Milano Red. HEX triplet: 99, 31 and 31. RGB value is (153,49,49). Sum of RGB (Red+Green+Blue) = 153+49+49=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #993131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993131 is #66CECE. Grayscale: #505050. Windows color (decimal): -6737615 or 3223961. OLE color: 3223961.

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

Color convert

RGB 153 49 49 -
CMYK 0 0.68 0.68 0.4
HSL 0.51% 0.4% -
HSV(B) 0.68% 0.6% -
XYZ 14.79 9.19 3.9 -
YUV 80.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 153 49 49 0 0.68 0.68 0.4 0 0.51 0.4
Hex 99 31 31 0 44 44 28 0 33 28
Octal 231 61 61 0 104 104 50 0 63 50
Binary 10011001 110001 110001 0 1000100 1000100 101000 0 110011 101000

Color Harmonies of #993131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993131

Black with #993131

Text Example


Text Example

White with #993131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993131; }

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

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

background-color css

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

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

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

border-color css

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

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

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