Html Css Color HEX #9D3327 Milano Red

📋 copy color: '#9D3327'

red 157 ◦ green 51 ◦ blue 39

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

Shades of Milano Red #9D3327

Tints of Milano Red #9D3327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 63.56%
G = 20.65%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9D3327 (or 0x9D3327) is known color: Milano Red. HEX triplet: 9D, 33 and 27. RGB value is (157,51,39). Sum of RGB (Red+Green+Blue) = 157+51+39=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3327 is #62CCD8. Grayscale: #515151. Windows color (decimal): -6474969 or 2569117. OLE color: 2569117.

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

Color convert

RGB 157 51 39 -
CMYK 0 0.68 0.75 0.38
HSL 6.1º 0.6% 0.38% -
HSV(B) 6.1º 0.75% 0.62% -
XYZ 15.45 9.68 2.97 -
YUV 81.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 157 51 39 0 0.68 0.75 0.38 6.1 0.6 0.38
Hex 9D 33 27 0 44 4B 26 6 3C 26
Octal 235 63 47 0 104 113 46 6 74 46
Binary 10011101 110011 100111 0 1000100 1001011 100110 110 111100 100110

Color Harmonies of #9D3327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3327

Black with #9D3327

Text Example


Text Example

White with #9D3327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,51,39); }

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

background-color css

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

 a { background-color: rgb(157,51,39); }

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

border-color css

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

 span { border-color: rgb(157,51,39); }

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