Html Css Color HEX #9C3731 Milano Red

📋 copy color: '#9C3731'

red 156 ◦ green 55 ◦ blue 49

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

Shades of Milano Red #9C3731

Tints of Milano Red #9C3731

RGB

 RED value IS 156 (61.33% from 255) = 60%

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

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

R = 60%
G = 21.15%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C3731 (or 0x9C3731) is known color: Milano Red. HEX triplet: 9C, 37 and 31. RGB value is (156,55,49). Sum of RGB (Red+Green+Blue) = 156+55+49=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3731 is #63C8CE. Grayscale: #545454. Windows color (decimal): -6539471 or 3225500. OLE color: 3225500.

HSL color Cylindrical-coordinate representation of color #9C3731: hue angle of 3.36º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3731 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 55 49 -
CMYK 0 0.65 0.69 0.39
HSL 3.36º 0.52% 0.4% -
HSV(B) 3.36º 0.69% 0.61% -
XYZ 15.63 10.02 4.02 -
YUV 84.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 156 55 49 0 0.65 0.69 0.39 3.36 0.52 0.4
Hex 9C 37 31 0 41 45 27 3 34 28
Octal 234 67 61 0 101 105 47 3 64 50
Binary 10011100 110111 110001 0 1000001 1000101 100111 11 110100 101000

Color Harmonies of #9C3731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3731

Black with #9C3731

Text Example


Text Example

White with #9C3731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C3731; }

 p { color: rgb(156,55,49); }

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

background-color css

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

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

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

border-color css

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

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

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