Html Css Color HEX #9F332A Milano Red

📋 copy color: '#9F332A'

red 159 ◦ green 51 ◦ blue 42

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

Shades of Milano Red #9F332A

Tints of Milano Red #9F332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 63.1%
G = 20.24%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F332A (or 0x9F332A) is known color: Milano Red. HEX triplet: 9F, 33 and 2A. RGB value is (159,51,42). Sum of RGB (Red+Green+Blue) = 159+51+42=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F332A is #60CCD5. Grayscale: #525252. Windows color (decimal): -6343894 or 2765727. OLE color: 2765727.

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

Color convert

RGB 159 51 42 -
CMYK 0 0.68 0.74 0.38
HSL 4.62º 0.58% 0.39% -
HSV(B) 4.62º 0.74% 0.62% -
XYZ 15.9 9.91 3.26 -
YUV 82.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 159 51 42 0 0.68 0.74 0.38 4.62 0.58 0.39
Hex 9F 33 2A 0 44 4A 26 5 3A 27
Octal 237 63 52 0 104 112 46 5 72 47
Binary 10011111 110011 101010 0 1000100 1001010 100110 101 111010 100111

Color Harmonies of #9F332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F332A

Black with #9F332A

Text Example


Text Example

White with #9F332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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