Html Css Color HEX #993736 Milano Red

📋 copy color: '#993736'

red 153 ◦ green 55 ◦ blue 54

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

Shades of Milano Red #993736

Tints of Milano Red #993736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 58.4%
G = 20.99%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#993736 (or 0x993736) is known color: Milano Red. HEX triplet: 99, 37 and 36. RGB value is (153,55,54). Sum of RGB (Red+Green+Blue) = 153+55+54=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #993736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993736 is #66C8C9. Grayscale: #545454. Windows color (decimal): -6736074 or 3553177. OLE color: 3553177.

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

Color convert

RGB 153 55 54 -
CMYK 0 0.64 0.65 0.4
HSL 0.61º 0.48% 0.41% -
HSV(B) 0.61º 0.65% 0.6% -
XYZ 15.17 9.77 4.58 -
YUV 84.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 153 55 54 0 0.64 0.65 0.4 0.61 0.48 0.41
Hex 99 37 36 0 40 41 28 1 30 29
Octal 231 67 66 0 100 101 50 1 60 51
Binary 10011001 110111 110110 0 1000000 1000001 101000 1 110000 101001

Color Harmonies of #993736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993736

Black with #993736

Text Example


Text Example

White with #993736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993736; }

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

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

background-color css

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

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

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

border-color css

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

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

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