Html Css Color HEX #9F3526 Milano Red

📋 copy color: '#9F3526'

red 159 ◦ green 53 ◦ blue 38

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

Shades of Milano Red #9F3526

Tints of Milano Red #9F3526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

 BLUE value IS 38 (15.23% from 255) = 15.2%

R = 63.6%
G = 21.2%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F3526 (or 0x9F3526) is known color: Milano Red. HEX triplet: 9F, 35 and 26. RGB value is (159,53,38). Sum of RGB (Red+Green+Blue) = 159+53+38=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3526 is #60CAD9. Grayscale: #535353. Windows color (decimal): -6343386 or 2504095. OLE color: 2504095.

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

Color convert

RGB 159 53 38 -
CMYK 0 0.67 0.76 0.38
HSL 7.44º 0.61% 0.39% -
HSV(B) 7.44º 0.76% 0.62% -
XYZ 15.92 10.06 2.94 -
YUV 82.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 159 53 38 0 0.67 0.76 0.38 7.44 0.61 0.39
Hex 9F 35 26 0 43 4C 26 7 3D 27
Octal 237 65 46 0 103 114 46 7 75 47
Binary 10011111 110101 100110 0 1000011 1001100 100110 111 111101 100111

Color Harmonies of #9F3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3526

Black with #9F3526

Text Example


Text Example

White with #9F3526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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