Html Css Color HEX #A53727 Milano Red

📋 copy color: '#A53727'

red 165 ◦ green 55 ◦ blue 39

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

Shades of Milano Red #A53727

Tints of Milano Red #A53727

RGB

 RED value IS 165 (64.84% from 255) = 63.71%

 GREEN value IS 55 (21.88% from 255) = 21.24%

 BLUE value IS 39 (15.63% from 255) = 15.06%

R = 63.71%
G = 21.24%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A53727 (or 0xA53727) is known color: Milano Red. HEX triplet: A5, 37 and 27. RGB value is (165,55,39). Sum of RGB (Red+Green+Blue) = 165+55+39=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A53727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53727 is #5AC8D8. Grayscale: #565656. Windows color (decimal): -5949657 or 2570149. OLE color: 2570149.

HSL color Cylindrical-coordinate representation of color #A53727: hue angle of 7.62º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A53727 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 55 39 -
CMYK 0 0.67 0.76 0.35
HSL 7.62º 0.62% 0.4% -
HSV(B) 7.62º 0.76% 0.65% -
XYZ 17.25 10.88 3.11 -
YUV 86.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 165 55 39 0 0.67 0.76 0.35 7.62 0.62 0.4
Hex A5 37 27 0 43 4C 23 8 3E 28
Octal 245 67 47 0 103 114 43 10 76 50
Binary 10100101 110111 100111 0 1000011 1001100 100011 1000 111110 101000

Color Harmonies of #A53727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53727

Black with #A53727

Text Example


Text Example

White with #A53727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53727; }

 p { color: rgb(165,55,39); }

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

background-color css

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

 a { background-color: rgb(165,55,39); }

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

border-color css

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

 span { border-color: rgb(165,55,39); }

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