Html Css Color HEX #973230 Milano Red

📋 copy color: '#973230'

red 151 ◦ green 50 ◦ blue 48

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

Shades of Milano Red #973230

Tints of Milano Red #973230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 60.64%
G = 20.08%
B = 19.28%

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

#973230 (or 0x973230) is known color: Milano Red. HEX triplet: 97, 32 and 30. RGB value is (151,50,48). Sum of RGB (Red+Green+Blue) = 151+50+48=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #973230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973230 is #68CDCF. Grayscale: #505050. Windows color (decimal): -6868432 or 3158679. OLE color: 3158679.

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

Color convert

RGB 151 50 48 -
CMYK 0 0.67 0.68 0.41
HSL 1.17º 0.52% 0.39% -
HSV(B) 1.17º 0.68% 0.59% -
XYZ 14.44 9.07 3.79 -
YUV 79.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 151 50 48 0 0.67 0.68 0.41 1.17 0.52 0.39
Hex 97 32 30 0 43 44 29 1 34 27
Octal 227 62 60 0 103 104 51 1 64 47
Binary 10010111 110010 110000 0 1000011 1000100 101001 1 110100 100111

Color Harmonies of #973230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973230

Black with #973230

Text Example


Text Example

White with #973230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973230; }

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

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

background-color css

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

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

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

border-color css

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

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

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