Html Css Color HEX #9F3635 Milano Red

📋 copy color: '#9F3635'

red 159 ◦ green 54 ◦ blue 53

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

Shades of Milano Red #9F3635

Tints of Milano Red #9F3635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

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

R = 59.77%
G = 20.3%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F3635 (or 0x9F3635) is known color: Milano Red. HEX triplet: 9F, 36 and 35. RGB value is (159,54,53). Sum of RGB (Red+Green+Blue) = 159+54+53=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3635 is #60C9CA. Grayscale: #555555. Windows color (decimal): -6343115 or 3487391. OLE color: 3487391.

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

Color convert

RGB 159 54 53 -
CMYK 0 0.66 0.67 0.38
HSL 0.57º 0.5% 0.42% -
HSV(B) 0.57º 0.67% 0.62% -
XYZ 16.26 10.27 4.49 -
YUV 85.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 159 54 53 0 0.66 0.67 0.38 0.57 0.5 0.42
Hex 9F 36 35 0 42 43 26 1 32 2A
Octal 237 66 65 0 102 103 46 1 62 52
Binary 10011111 110110 110101 0 1000010 1000011 100110 1 110010 101010

Color Harmonies of #9F3635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3635

Black with #9F3635

Text Example


Text Example

White with #9F3635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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