Html Css Color HEX #9F322D Milano Red

📋 copy color: '#9F322D'

red 159 ◦ green 50 ◦ blue 45

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

Shades of Milano Red #9F322D

Tints of Milano Red #9F322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

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

R = 62.6%
G = 19.69%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F322D (or 0x9F322D) is known color: Milano Red. HEX triplet: 9F, 32 and 2D. RGB value is (159,50,45). Sum of RGB (Red+Green+Blue) = 159+50+45=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F322D is #60CDD2. Grayscale: #525252. Windows color (decimal): -6344147 or 2962079. OLE color: 2962079.

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

Color convert

RGB 159 50 45 -
CMYK 0 0.69 0.72 0.38
HSL 2.63º 0.56% 0.4% -
HSV(B) 2.63º 0.72% 0.62% -
XYZ 15.91 9.84 3.54 -
YUV 82.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 159 50 45 0 0.69 0.72 0.38 2.63 0.56 0.4
Hex 9F 32 2D 0 45 48 26 3 38 28
Octal 237 62 55 0 105 110 46 3 70 50
Binary 10011111 110010 101101 0 1000101 1001000 100110 11 111000 101000

Color Harmonies of #9F322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F322D

Black with #9F322D

Text Example


Text Example

White with #9F322D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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