Html Css Color HEX #9B3732 Milano Red

📋 copy color: '#9B3732'

red 155 ◦ green 55 ◦ blue 50

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

Shades of Milano Red #9B3732

Tints of Milano Red #9B3732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 59.62%
G = 21.15%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B3732 (or 0x9B3732) is known color: Milano Red. HEX triplet: 9B, 37 and 32. RGB value is (155,55,50). Sum of RGB (Red+Green+Blue) = 155+55+50=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3732 is #64C8CD. Grayscale: #545454. Windows color (decimal): -6605006 or 3291035. OLE color: 3291035.

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

Color convert

RGB 155 55 50 -
CMYK 0 0.65 0.68 0.39
HSL 2.86º 0.51% 0.4% -
HSV(B) 2.86º 0.68% 0.61% -
XYZ 15.46 9.93 4.12 -
YUV 84.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 155 55 50 0 0.65 0.68 0.39 2.86 0.51 0.4
Hex 9B 37 32 0 41 44 27 3 33 28
Octal 233 67 62 0 101 104 47 3 63 50
Binary 10011011 110111 110010 0 1000001 1000100 100111 11 110011 101000

Color Harmonies of #9B3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3732

Black with #9B3732

Text Example


Text Example

White with #9B3732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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