Html Css Color HEX #9B3231 Milano Red

📋 copy color: '#9B3231'

red 155 ◦ green 50 ◦ blue 49

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

Shades of Milano Red #9B3231

Tints of Milano Red #9B3231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 61.02%
G = 19.69%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B3231 (or 0x9B3231) is known color: Milano Red. HEX triplet: 9B, 32 and 31. RGB value is (155,50,49). Sum of RGB (Red+Green+Blue) = 155+50+49=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3231 is #64CDCE. Grayscale: #515151. Windows color (decimal): -6606287 or 3224219. OLE color: 3224219.

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

Color convert

RGB 155 50 49 -
CMYK 0 0.68 0.68 0.39
HSL 0.57º 0.52% 0.4% -
HSV(B) 0.57º 0.68% 0.61% -
XYZ 15.21 9.47 3.93 -
YUV 81.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 155 50 49 0 0.68 0.68 0.39 0.57 0.52 0.4
Hex 9B 32 31 0 44 44 27 1 34 28
Octal 233 62 61 0 104 104 47 1 64 50
Binary 10011011 110010 110001 0 1000100 1000100 100111 1 110100 101000

Color Harmonies of #9B3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3231

Black with #9B3231

Text Example


Text Example

White with #9B3231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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