Html Css Color HEX #973331 Milano Red

📋 copy color: '#973331'

red 151 ◦ green 51 ◦ blue 49

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

Shades of Milano Red #973331

Tints of Milano Red #973331

RGB

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

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

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

R = 60.16%
G = 20.32%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#973331 (or 0x973331) is known color: Milano Red. HEX triplet: 97, 33 and 31. RGB value is (151,51,49). Sum of RGB (Red+Green+Blue) = 151+51+49=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #973331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973331 is #68CCCE. Grayscale: #505050. Windows color (decimal): -6868175 or 3224471. OLE color: 3224471.

HSL color Cylindrical-coordinate representation of color #973331: hue angle of 1.18º 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 #973331 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 51 49 -
CMYK 0 0.66 0.68 0.41
HSL 1.18º 0.51% 0.39% -
HSV(B) 1.18º 0.68% 0.59% -
XYZ 14.5 9.17 3.91 -
YUV 80.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 151 51 49 0 0.66 0.68 0.41 1.18 0.51 0.39
Hex 97 33 31 0 42 44 29 1 33 27
Octal 227 63 61 0 102 104 51 1 63 47
Binary 10010111 110011 110001 0 1000010 1000100 101001 1 110011 100111

Color Harmonies of #973331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973331

Black with #973331

Text Example


Text Example

White with #973331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973331; }

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

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

background-color css

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

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

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

border-color css

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

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

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