Html Css Color HEX #9F3534 Milano Red

📋 copy color: '#9F3534'

red 159 ◦ green 53 ◦ blue 52

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

Shades of Milano Red #9F3534

Tints of Milano Red #9F3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 60.23%
G = 20.08%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F3534 (or 0x9F3534) is known color: Milano Red. HEX triplet: 9F, 35 and 34. RGB value is (159,53,52). Sum of RGB (Red+Green+Blue) = 159+53+52=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3534 is #60CACB. Grayscale: #545454. Windows color (decimal): -6343372 or 3421599. OLE color: 3421599.

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

Color convert

RGB 159 53 52 -
CMYK 0 0.67 0.67 0.38
HSL 0.56º 0.51% 0.41% -
HSV(B) 0.56º 0.67% 0.62% -
XYZ 16.19 10.17 4.36 -
YUV 84.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 159 53 52 0 0.67 0.67 0.38 0.56 0.51 0.41
Hex 9F 35 34 0 43 43 26 1 33 29
Octal 237 65 64 0 103 103 46 1 63 51
Binary 10011111 110101 110100 0 1000011 1000011 100110 1 110011 101001

Color Harmonies of #9F3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3534

Black with #9F3534

Text Example


Text Example

White with #9F3534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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