Html Css Color HEX #97322E Milano Red

📋 copy color: '#97322E'

red 151 ◦ green 50 ◦ blue 46

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

Shades of Milano Red #97322E

Tints of Milano Red #97322E

RGB

 RED value IS 151 (59.38% from 255) = 61.13%

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 61.13%
G = 20.24%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#97322E (or 0x97322E) is known color: Milano Red. HEX triplet: 97, 32 and 2E. RGB value is (151,50,46). Sum of RGB (Red+Green+Blue) = 151+50+46=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #97322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97322E is #68CDD1. Grayscale: #4F4F4F. Windows color (decimal): -6868434 or 3027607. OLE color: 3027607.

HSL color Cylindrical-coordinate representation of color #97322E: hue angle of 2.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97322E is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 50 46 -
CMYK 0 0.67 0.70 0.41
HSL 2.29º 0.53% 0.39% -
HSV(B) 2.29º 0.7% 0.59% -
XYZ 14.4 9.06 3.57 -
YUV 79.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 151 50 46 0 0.67 0.70 0.41 2.29 0.53 0.39
Hex 97 32 2E 0 43 46 29 2 35 27
Octal 227 62 56 0 103 106 51 2 65 47
Binary 10010111 110010 101110 0 1000011 1000110 101001 10 110101 100111

Color Harmonies of #97322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97322E

Black with #97322E

Text Example


Text Example

White with #97322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97322E; }

 p { color: rgb(151,50,46); }

 H1.HeaderClassName
 {
   color: #97322E;
 }
 .AnyTagClassName
 {
   color: #97322E;
 }
</style>

background-color css

<style>
 a { background-color: #97322E; }

 a { background-color: rgb(151,50,46); }

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

border-color css

<style>
 span { border-color: #97322E; }

 span { border-color: rgb(151,50,46); }

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