Html Css Color HEX #993129 Milano Red

📋 copy color: '#993129'

red 153 ◦ green 49 ◦ blue 41

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

Shades of Milano Red #993129

Tints of Milano Red #993129

RGB

 RED value IS 153 (60.16% from 255) = 62.96%

 GREEN value IS 49 (19.53% from 255) = 20.16%

 BLUE value IS 41 (16.41% from 255) = 16.87%

R = 62.96%
G = 20.16%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#993129 (or 0x993129) is known color: Milano Red. HEX triplet: 99, 31 and 29. RGB value is (153,49,41). Sum of RGB (Red+Green+Blue) = 153+49+41=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #993129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993129 is #66CED6. Grayscale: #4F4F4F. Windows color (decimal): -6737623 or 2699673. OLE color: 2699673.

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

Color convert

RGB 153 49 41 -
CMYK 0 0.68 0.73 0.4
HSL 4.29º 0.58% 0.38% -
HSV(B) 4.29º 0.73% 0.6% -
XYZ 14.64 9.13 3.09 -
YUV 79.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 153 49 41 0 0.68 0.73 0.4 4.29 0.58 0.38
Hex 99 31 29 0 44 49 28 4 3A 26
Octal 231 61 51 0 104 111 50 4 72 46
Binary 10011001 110001 101001 0 1000100 1001001 101000 100 111010 100110

Color Harmonies of #993129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993129

Black with #993129

Text Example


Text Example

White with #993129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993129; }

 p { color: rgb(153,49,41); }

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

background-color css

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

 a { background-color: rgb(153,49,41); }

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

border-color css

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

 span { border-color: rgb(153,49,41); }

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