#9c3831

Color #9C3831 Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #9C3831

Tints of Milano Red #9C3831

Color information

#9C3831 (or 0x9C3831) is unknown color: approx Milano Red. HEX triplet: 9C, 38 and 31. RGB value is (156,56,49). Sum of RGB (Red+Green+Blue) = 156+56+49=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3831 is #63C7CE. Grayscale: #555555. Windows color (decimal): -6539215 or 3225756. OLE color: 3225756.

HSL color Cylindrical-coordinate representation of color #9C3831: hue angle of 3.93º 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 #9C3831 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1565649-
CMYK00.640.690.39
HSL3.93º52.2%40.2%-
HSV(B)3.93º68.59%61.18%-
XYZ15.6810.124.03-
YUV85.1107.63178.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.77%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=59.77%
G=21.46%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156564900.640.690.393.9352.240.2
Hex9C3831040452743428
Octal234706101001054746450
Binary10011100111000110001010000001000101100111100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c3831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9c3831;
 }
 .AnyTagClassName
 {
   color: #9c3831;
 }
</style>
background-color css

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

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

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

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

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

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