Html Css Color HEX #9F3B35 Milano Red

📋 copy color: '#9F3B35'

red 159 ◦ green 59 ◦ blue 53

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

Shades of Milano Red #9F3B35

Tints of Milano Red #9F3B35

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 58.67%
G = 21.77%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F3B35 (or 0x9F3B35) is known color: Milano Red. HEX triplet: 9F, 3B and 35. RGB value is (159,59,53). Sum of RGB (Red+Green+Blue) = 159+59+53=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3B35 is #60C4CA. Grayscale: #585858. Windows color (decimal): -6341835 or 3488671. OLE color: 3488671.

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

Color convert

RGB 159 59 53 -
CMYK 0 0.63 0.67 0.38
HSL 3.4º 0.5% 0.42% -
HSV(B) 3.4º 0.67% 0.62% -
XYZ 16.5 10.76 4.57 -
YUV 88.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 159 59 53 0 0.63 0.67 0.38 3.4 0.5 0.42
Hex 9F 3B 35 0 3F 43 26 3 32 2A
Octal 237 73 65 0 77 103 46 3 62 52
Binary 10011111 111011 110101 0 111111 1000011 100110 11 110010 101010

Color Harmonies of #9F3B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3B35

Black with #9F3B35

Text Example


Text Example

White with #9F3B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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