Html Css Color HEX #9F3633 Milano Red

📋 copy color: '#9F3633'

red 159 ◦ green 54 ◦ blue 51

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

Shades of Milano Red #9F3633

Tints of Milano Red #9F3633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 60.23%
G = 20.45%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9F3633 (or 0x9F3633) is known color: Milano Red. HEX triplet: 9F, 36 and 33. RGB value is (159,54,51). Sum of RGB (Red+Green+Blue) = 159+54+51=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3633 is #60C9CC. Grayscale: #555555. Windows color (decimal): -6343117 or 3356319. OLE color: 3356319.

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

Color convert

RGB 159 54 51 -
CMYK 0 0.66 0.68 0.38
HSL 1.67º 0.51% 0.41% -
HSV(B) 1.67º 0.68% 0.62% -
XYZ 16.21 10.25 4.26 -
YUV 85.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 159 54 51 0 0.66 0.68 0.38 1.67 0.51 0.41
Hex 9F 36 33 0 42 44 26 2 33 29
Octal 237 66 63 0 102 104 46 2 63 51
Binary 10011111 110110 110011 0 1000010 1000100 100110 10 110011 101001

Color Harmonies of #9F3633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3633

Black with #9F3633

Text Example


Text Example

White with #9F3633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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