Html Css Color HEX #9F382B Milano Red

📋 copy color: '#9F382B'

red 159 ◦ green 56 ◦ blue 43

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

Shades of Milano Red #9F382B

Tints of Milano Red #9F382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.67%

R = 61.63%
G = 21.71%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F382B (or 0x9F382B) is known color: Milano Red. HEX triplet: 9F, 38 and 2B. RGB value is (159,56,43). Sum of RGB (Red+Green+Blue) = 159+56+43=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F382B is #60C7D4. Grayscale: #555555. Windows color (decimal): -6342613 or 2832543. OLE color: 2832543.

HSL color Cylindrical-coordinate representation of color #9F382B: hue angle of 6.72º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F382B is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 56 43 -
CMYK 0 0.65 0.73 0.38
HSL 6.72º 0.57% 0.4% -
HSV(B) 6.72º 0.73% 0.62% -
XYZ 16.15 10.37 3.44 -
YUV 85.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 159 56 43 0 0.65 0.73 0.38 6.72 0.57 0.4
Hex 9F 38 2B 0 41 49 26 7 39 28
Octal 237 70 53 0 101 111 46 7 71 50
Binary 10011111 111000 101011 0 1000001 1001001 100110 111 111001 101000

Color Harmonies of #9F382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F382B

Black with #9F382B

Text Example


Text Example

White with #9F382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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