Html Css Color HEX #9F3735 Milano Red

📋 copy color: '#9F3735'

red 159 ◦ green 55 ◦ blue 53

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

Shades of Milano Red #9F3735

Tints of Milano Red #9F3735

RGB

 RED value IS 159 (62.5% from 255) = 59.55%

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

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 59.55%
G = 20.6%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F3735 (or 0x9F3735) is known color: Milano Red. HEX triplet: 9F, 37 and 35. RGB value is (159,55,53). Sum of RGB (Red+Green+Blue) = 159+55+53=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3735 is #60C8CA. Grayscale: #555555. Windows color (decimal): -6342859 or 3487647. OLE color: 3487647.

HSL color Cylindrical-coordinate representation of color #9F3735: hue angle of 1.13º 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 #9F3735 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 55 53 -
CMYK 0 0.65 0.67 0.38
HSL 1.13º 0.5% 0.42% -
HSV(B) 1.13º 0.67% 0.62% -
XYZ 16.31 10.36 4.51 -
YUV 85.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 159 55 53 0 0.65 0.67 0.38 1.13 0.5 0.42
Hex 9F 37 35 0 41 43 26 1 32 2A
Octal 237 67 65 0 101 103 46 1 62 52
Binary 10011111 110111 110101 0 1000001 1000011 100110 1 110010 101010

Color Harmonies of #9F3735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3735

Black with #9F3735

Text Example


Text Example

White with #9F3735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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