Html Css Color HEX #9B3125 Milano Red

📋 copy color: '#9B3125'

red 155 ◦ green 49 ◦ blue 37

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

Shades of Milano Red #9B3125

Tints of Milano Red #9B3125

RGB

 RED value IS 155 (60.94% from 255) = 64.32%

 GREEN value IS 49 (19.53% from 255) = 20.33%

 BLUE value IS 37 (14.84% from 255) = 15.35%

R = 64.32%
G = 20.33%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B3125 (or 0x9B3125) is known color: Milano Red. HEX triplet: 9B, 31 and 25. RGB value is (155,49,37). Sum of RGB (Red+Green+Blue) = 155+49+37=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3125 is #64CEDA. Grayscale: #4F4F4F. Windows color (decimal): -6606555 or 2437531. OLE color: 2437531.

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

Color convert

RGB 155 49 37 -
CMYK 0 0.68 0.76 0.39
HSL 6.1º 0.61% 0.38% -
HSV(B) 6.1º 0.76% 0.61% -
XYZ 14.95 9.3 2.76 -
YUV 79.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 155 49 37 0 0.68 0.76 0.39 6.1 0.61 0.38
Hex 9B 31 25 0 44 4C 27 6 3D 26
Octal 233 61 45 0 104 114 47 6 75 46
Binary 10011011 110001 100101 0 1000100 1001100 100111 110 111101 100110

Color Harmonies of #9B3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3125

Black with #9B3125

Text Example


Text Example

White with #9B3125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,49,37); }

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

background-color css

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

 a { background-color: rgb(155,49,37); }

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

border-color css

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

 span { border-color: rgb(155,49,37); }

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