Html Css Color HEX #9F362D Milano Red

📋 copy color: '#9F362D'

red 159 ◦ green 54 ◦ blue 45

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

Shades of Milano Red #9F362D

Tints of Milano Red #9F362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

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

R = 61.63%
G = 20.93%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F362D (or 0x9F362D) is known color: Milano Red. HEX triplet: 9F, 36 and 2D. RGB value is (159,54,45). Sum of RGB (Red+Green+Blue) = 159+54+45=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F362D is #60C9D2. Grayscale: #545454. Windows color (decimal): -6343123 or 2963103. OLE color: 2963103.

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

Color convert

RGB 159 54 45 -
CMYK 0 0.66 0.72 0.38
HSL 4.74º 0.56% 0.4% -
HSV(B) 4.74º 0.72% 0.62% -
XYZ 16.09 10.2 3.6 -
YUV 84.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 159 54 45 0 0.66 0.72 0.38 4.74 0.56 0.4
Hex 9F 36 2D 0 42 48 26 5 38 28
Octal 237 66 55 0 102 110 46 5 70 50
Binary 10011111 110110 101101 0 1000010 1001000 100110 101 111000 101000

Color Harmonies of #9F362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F362D

Black with #9F362D

Text Example


Text Example

White with #9F362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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