Html Css Color HEX #9F3A33 Milano Red

📋 copy color: '#9F3A33'

red 159 ◦ green 58 ◦ blue 51

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

Shades of Milano Red #9F3A33

Tints of Milano Red #9F3A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.64%

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

R = 59.33%
G = 21.64%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9F3A33 (or 0x9F3A33) is known color: Milano Red. HEX triplet: 9F, 3A and 33. RGB value is (159,58,51). Sum of RGB (Red+Green+Blue) = 159+58+51=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3A33 is #60C5CC. Grayscale: #575757. Windows color (decimal): -6342093 or 3357343. OLE color: 3357343.

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

Color convert

RGB 159 58 51 -
CMYK 0 0.64 0.68 0.38
HSL 3.89º 0.51% 0.41% -
HSV(B) 3.89º 0.68% 0.62% -
XYZ 16.41 10.64 4.32 -
YUV 87.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 159 58 51 0 0.64 0.68 0.38 3.89 0.51 0.41
Hex 9F 3A 33 0 40 44 26 4 33 29
Octal 237 72 63 0 100 104 46 4 63 51
Binary 10011111 111010 110011 0 1000000 1000100 100110 100 110011 101001

Color Harmonies of #9F3A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3A33

Black with #9F3A33

Text Example


Text Example

White with #9F3A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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