Html Css Color HEX #9F3736 Milano Red

📋 copy color: '#9F3736'

red 159 ◦ green 55 ◦ blue 54

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

Shades of Milano Red #9F3736

Tints of Milano Red #9F3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 59.33%
G = 20.52%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F3736 (or 0x9F3736) is known color: Milano Red. HEX triplet: 9F, 37 and 36. RGB value is (159,55,54). Sum of RGB (Red+Green+Blue) = 159+55+54=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3736 is #60C8C9. Grayscale: #565656. Windows color (decimal): -6342858 or 3553183. OLE color: 3553183.

HSL color Cylindrical-coordinate representation of color #9F3736: hue angle of 0.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3736 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 55 54 -
CMYK 0 0.65 0.66 0.38
HSL 0.57º 0.49% 0.42% -
HSV(B) 0.57º 0.66% 0.62% -
XYZ 16.33 10.37 4.63 -
YUV 85.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 159 55 54 0 0.65 0.66 0.38 0.57 0.49 0.42
Hex 9F 37 36 0 41 42 26 1 31 2A
Octal 237 67 66 0 101 102 46 1 61 52
Binary 10011111 110111 110110 0 1000001 1000010 100110 1 110001 101010

Color Harmonies of #9F3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3736

Black with #9F3736

Text Example


Text Example

White with #9F3736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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