Html Css Color HEX #9F322A Milano Red

📋 copy color: '#9F322A'

red 159 ◦ green 50 ◦ blue 42

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

Shades of Milano Red #9F322A

Tints of Milano Red #9F322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 63.35%
G = 19.92%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F322A (or 0x9F322A) is known color: Milano Red. HEX triplet: 9F, 32 and 2A. RGB value is (159,50,42). Sum of RGB (Red+Green+Blue) = 159+50+42=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F322A is #60CDD5. Grayscale: #515151. Windows color (decimal): -6344150 or 2765471. OLE color: 2765471.

HSL color Cylindrical-coordinate representation of color #9F322A: hue angle of 4.1º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F322A is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 50 42 -
CMYK 0 0.69 0.74 0.38
HSL 4.1º 0.58% 0.39% -
HSV(B) 4.1º 0.74% 0.62% -
XYZ 15.86 9.82 3.25 -
YUV 81.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 159 50 42 0 0.69 0.74 0.38 4.1 0.58 0.39
Hex 9F 32 2A 0 45 4A 26 4 3A 27
Octal 237 62 52 0 105 112 46 4 72 47
Binary 10011111 110010 101010 0 1000101 1001010 100110 100 111010 100111

Color Harmonies of #9F322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F322A

Black with #9F322A

Text Example


Text Example

White with #9F322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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