#9F3833

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

Shades of Milano Red #9F3833

Tints of Milano Red #9F3833

Color information

#9F3833 (or 0x9F3833) is unknown color: approx Milano Red. HEX triplet: 9F, 38 and 33. RGB value is (159,56,51). Sum of RGB (Red+Green+Blue) = 159+56+51=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3833 is #60C7CC. Grayscale: #565656. Windows color (decimal): -6342605 or 3356831. OLE color: 3356831.

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

Color convert

RGB1595651-
CMYK00.650.680.38
HSL2.78º51.43%41.18%-
HSV(B)2.78º67.92%62.35%-
XYZ16.3110.444.29-
YUV86.23108.12179.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.77%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=59.77%
G=21.05%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159565100.650.680.382.7851.4341.18
Hex9F3833041442633329
Octal237706301011044636351
Binary1001111111100011001101000001100010010011011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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