Html Css Color HEX #A73331 Milano Red

📋 copy color: '#A73331'

red 167 ◦ green 51 ◦ blue 49

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

Shades of Milano Red #A73331

Tints of Milano Red #A73331

RGB

 RED value IS 167 (65.63% from 255) = 62.55%

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

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

R = 62.55%
G = 19.1%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A73331 (or 0xA73331) is known color: Milano Red. HEX triplet: A7, 33 and 31. RGB value is (167,51,49). Sum of RGB (Red+Green+Blue) = 167+51+49=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A73331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73331 is #58CCCE. Grayscale: #555555. Windows color (decimal): -5819599 or 3224487. OLE color: 3224487.

HSL color Cylindrical-coordinate representation of color #A73331: hue angle of 1.02º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73331 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 51 49 -
CMYK 0 0.69 0.71 0.35
HSL 1.02º 0.55% 0.42% -
HSV(B) 1.02º 0.71% 0.65% -
XYZ 17.67 10.8 4.06 -
YUV 85.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 167 51 49 0 0.69 0.71 0.35 1.02 0.55 0.42
Hex A7 33 31 0 45 47 23 1 37 2A
Octal 247 63 61 0 105 107 43 1 67 52
Binary 10100111 110011 110001 0 1000101 1000111 100011 1 110111 101010

Color Harmonies of #A73331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73331

Black with #A73331

Text Example


Text Example

White with #A73331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73331; }

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

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

background-color css

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

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

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

border-color css

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

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

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