Html Css Color HEX #973231 Milano Red

📋 copy color: '#973231'

red 151 ◦ green 50 ◦ blue 49

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

Shades of Milano Red #973231

Tints of Milano Red #973231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 60.4%
G = 20%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#973231 (or 0x973231) is known color: Milano Red. HEX triplet: 97, 32 and 31. RGB value is (151,50,49). Sum of RGB (Red+Green+Blue) = 151+50+49=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #973231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973231 is #68CDCE. Grayscale: #505050. Windows color (decimal): -6868431 or 3224215. OLE color: 3224215.

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

Color convert

RGB 151 50 49 -
CMYK 0 0.67 0.68 0.41
HSL 0.59º 0.51% 0.39% -
HSV(B) 0.59º 0.68% 0.59% -
XYZ 14.46 9.08 3.9 -
YUV 80.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 151 50 49 0 0.67 0.68 0.41 0.59 0.51 0.39
Hex 97 32 31 0 43 44 29 1 33 27
Octal 227 62 61 0 103 104 51 1 63 47
Binary 10010111 110010 110001 0 1000011 1000100 101001 1 110011 100111

Color Harmonies of #973231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973231

Black with #973231

Text Example


Text Example

White with #973231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973231; }

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

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

background-color css

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

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

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

border-color css

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

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

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