Html Css Color HEX #9B3831 Milano Red

📋 copy color: '#9B3831'

red 155 ◦ green 56 ◦ blue 49

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

Shades of Milano Red #9B3831

Tints of Milano Red #9B3831

RGB

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

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

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

R = 59.62%
G = 21.54%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B3831 (or 0x9B3831) is known color: Milano Red. HEX triplet: 9B, 38 and 31. RGB value is (155,56,49). Sum of RGB (Red+Green+Blue) = 155+56+49=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3831 is #64C7CE. Grayscale: #545454. Windows color (decimal): -6604751 or 3225755. OLE color: 3225755.

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

Color convert

RGB 155 56 49 -
CMYK 0 0.64 0.68 0.39
HSL 3.96º 0.52% 0.4% -
HSV(B) 3.96º 0.68% 0.61% -
XYZ 15.49 10.02 4.02 -
YUV 84.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 155 56 49 0 0.64 0.68 0.39 3.96 0.52 0.4
Hex 9B 38 31 0 40 44 27 4 34 28
Octal 233 70 61 0 100 104 47 4 64 50
Binary 10011011 111000 110001 0 1000000 1000100 100111 100 110100 101000

Color Harmonies of #9B3831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3831

Black with #9B3831

Text Example


Text Example

White with #9B3831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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