Html Css Color HEX #9B3534 Milano Red

📋 copy color: '#9B3534'

red 155 ◦ green 53 ◦ blue 52

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

Shades of Milano Red #9B3534

Tints of Milano Red #9B3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

 BLUE value IS 52 (20.7% from 255) = 20%

R = 59.62%
G = 20.38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B3534 (or 0x9B3534) is known color: Milano Red. HEX triplet: 9B, 35 and 34. RGB value is (155,53,52). Sum of RGB (Red+Green+Blue) = 155+53+52=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3534 is #64CACB. Grayscale: #535353. Windows color (decimal): -6605516 or 3421595. OLE color: 3421595.

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

Color convert

RGB 155 53 52 -
CMYK 0 0.66 0.66 0.39
HSL 0.58º 0.5% 0.41% -
HSV(B) 0.58º 0.66% 0.61% -
XYZ 15.41 9.76 4.32 -
YUV 83.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 155 53 52 0 0.66 0.66 0.39 0.58 0.5 0.41
Hex 9B 35 34 0 42 42 27 1 32 29
Octal 233 65 64 0 102 102 47 1 62 51
Binary 10011011 110101 110100 0 1000010 1000010 100111 1 110010 101001

Color Harmonies of #9B3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3534

Black with #9B3534

Text Example


Text Example

White with #9B3534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,53,52); }

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

background-color css

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

 a { background-color: rgb(155,53,52); }

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

border-color css

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

 span { border-color: rgb(155,53,52); }

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