Html Css Color HEX #9D3635 Milano Red

📋 copy color: '#9D3635'

red 157 ◦ green 54 ◦ blue 53

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

Shades of Milano Red #9D3635

Tints of Milano Red #9D3635

RGB

 RED value IS 157 (61.72% from 255) = 59.47%

 GREEN value IS 54 (21.48% from 255) = 20.45%

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 59.47%
G = 20.45%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9D3635 (or 0x9D3635) is known color: Milano Red. HEX triplet: 9D, 36 and 35. RGB value is (157,54,53). Sum of RGB (Red+Green+Blue) = 157+54+53=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3635 is #62C9CA. Grayscale: #545454. Windows color (decimal): -6474187 or 3487389. OLE color: 3487389.

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

Color convert

RGB 157 54 53 -
CMYK 0 0.66 0.66 0.38
HSL 0.58º 0.5% 0.41% -
HSV(B) 0.58º 0.66% 0.62% -
XYZ 15.87 10.06 4.47 -
YUV 84.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 157 54 53 0 0.66 0.66 0.38 0.58 0.5 0.41
Hex 9D 36 35 0 42 42 26 1 32 29
Octal 235 66 65 0 102 102 46 1 62 51
Binary 10011101 110110 110101 0 1000010 1000010 100110 1 110010 101001

Color Harmonies of #9D3635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3635

Black with #9D3635

Text Example


Text Example

White with #9D3635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,54,53); }

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

background-color css

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

 a { background-color: rgb(157,54,53); }

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

border-color css

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

 span { border-color: rgb(157,54,53); }

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