Html Css Color HEX #9F3326 Milano Red

📋 copy color: '#9F3326'

red 159 ◦ green 51 ◦ blue 38

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

Shades of Milano Red #9F3326

Tints of Milano Red #9F3326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 64.11%
G = 20.56%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F3326 (or 0x9F3326) is known color: Milano Red. HEX triplet: 9F, 33 and 26. RGB value is (159,51,38). Sum of RGB (Red+Green+Blue) = 159+51+38=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3326 is #60CCD9. Grayscale: #515151. Windows color (decimal): -6343898 or 2503583. OLE color: 2503583.

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

Color convert

RGB 159 51 38 -
CMYK 0 0.68 0.76 0.38
HSL 6.45º 0.61% 0.39% -
HSV(B) 6.45º 0.76% 0.62% -
XYZ 15.83 9.88 2.91 -
YUV 81.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 159 51 38 0 0.68 0.76 0.38 6.45 0.61 0.39
Hex 9F 33 26 0 44 4C 26 6 3D 27
Octal 237 63 46 0 104 114 46 6 75 47
Binary 10011111 110011 100110 0 1000100 1001100 100110 110 111101 100111

Color Harmonies of #9F3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3326

Black with #9F3326

Text Example


Text Example

White with #9F3326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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