#9f3835

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

Shades of Milano Red #9F3835

Tints of Milano Red #9F3835

Color information

#9F3835 (or 0x9F3835) is unknown color: approx Milano Red. HEX triplet: 9F, 38 and 35. RGB value is (159,56,53). Sum of RGB (Red+Green+Blue) = 159+56+53=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3835 is #60C7CA. Grayscale: #565656. Windows color (decimal): -6342603 or 3487903. OLE color: 3487903.

HSL color Cylindrical-coordinate representation of color #9F3835: hue angle of 1.7º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3835 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB1595653-
CMYK00.650.670.38
HSL1.7º50%41.57%-
HSV(B)1.7º66.67%62.35%-
XYZ16.3510.464.52-
YUV86.46109.12179.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.33%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 53 (21.09% from 255) = 19.78%
R=59.33%
G=20.90%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159565300.650.670.381.75041.57
Hex9F383504143262322a
Octal237706501011034626252
Binary1001111111100011010101000001100001110011010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f3835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,56,53); }

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

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

 a { background-color: rgb(159,56,53); }

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

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

 span { border-color: rgb(159,56,53); }

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