Html Css Color HEX #9F372D Milano Red

📋 copy color: '#9F372D'

red 159 ◦ green 55 ◦ blue 45

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

Shades of Milano Red #9F372D

Tints of Milano Red #9F372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.37%

R = 61.39%
G = 21.24%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F372D (or 0x9F372D) is known color: Milano Red. HEX triplet: 9F, 37 and 2D. RGB value is (159,55,45). Sum of RGB (Red+Green+Blue) = 159+55+45=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F372D is #60C8D2. Grayscale: #555555. Windows color (decimal): -6342867 or 2963359. OLE color: 2963359.

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

Color convert

RGB 159 55 45 -
CMYK 0 0.65 0.72 0.38
HSL 5.26º 0.56% 0.4% -
HSV(B) 5.26º 0.72% 0.62% -
XYZ 16.14 10.29 3.62 -
YUV 84.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 159 55 45 0 0.65 0.72 0.38 5.26 0.56 0.4
Hex 9F 37 2D 0 41 48 26 5 38 28
Octal 237 67 55 0 101 110 46 5 70 50
Binary 10011111 110111 101101 0 1000001 1001000 100110 101 111000 101000

Color Harmonies of #9F372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F372D

Black with #9F372D

Text Example


Text Example

White with #9F372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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