Html Css Color HEX #993631 Milano Red

📋 copy color: '#993631'

red 153 ◦ green 54 ◦ blue 49

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

Shades of Milano Red #993631

Tints of Milano Red #993631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 59.77%
G = 21.09%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#993631 (or 0x993631) is known color: Milano Red. HEX triplet: 99, 36 and 31. RGB value is (153,54,49). Sum of RGB (Red+Green+Blue) = 153+54+49=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993631 is #66C9CE. Grayscale: #535353. Windows color (decimal): -6736335 or 3225241. OLE color: 3225241.

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

Color convert

RGB 153 54 49 -
CMYK 0 0.65 0.68 0.4
HSL 2.88º 0.51% 0.4% -
HSV(B) 2.88º 0.68% 0.6% -
XYZ 15.01 9.63 3.97 -
YUV 83.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 153 54 49 0 0.65 0.68 0.4 2.88 0.51 0.4
Hex 99 36 31 0 41 44 28 3 33 28
Octal 231 66 61 0 101 104 50 3 63 50
Binary 10011001 110110 110001 0 1000001 1000100 101000 11 110011 101000

Color Harmonies of #993631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993631

Black with #993631

Text Example


Text Example

White with #993631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993631; }

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

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

background-color css

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

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

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

border-color css

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

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

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