Html Css Color HEX #9F3835 Milano Red

📋 copy color: '#9F3835'

red 159 ◦ green 56 ◦ blue 53

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

Shades of Milano Red #9F3835

Tints of Milano Red #9F3835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

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

R = 59.33%
G = 20.9%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F3835 (or 0x9F3835) is known color: Milano Red. HEX triplet: 9F, 38 and 35. RGB value is (159,56,53). Sum of RGB (Red+Green+Blue) = 159+56+53=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3835 is #60C7CA. Grayscale: #565656. Windows color (decimal): -6342603 or 3487903. OLE color: 3487903.

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

Color convert

RGB 159 56 53 -
CMYK 0 0.65 0.67 0.38
HSL 1.7º 0.5% 0.42% -
HSV(B) 1.7º 0.67% 0.62% -
XYZ 16.35 10.46 4.52 -
YUV 86.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 159 56 53 0 0.65 0.67 0.38 1.7 0.5 0.42
Hex 9F 38 35 0 41 43 26 2 32 2A
Octal 237 70 65 0 101 103 46 2 62 52
Binary 10011111 111000 110101 0 1000001 1000011 100110 10 110010 101010

Color Harmonies of #9F3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3835

Black with #9F3835

Text Example


Text Example

White with #9F3835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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