Html Css Color HEX #993732 Milano Red

📋 copy color: '#993732'

red 153 ◦ green 55 ◦ blue 50

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

Shades of Milano Red #993732

Tints of Milano Red #993732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 59.3%
G = 21.32%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993732 (or 0x993732) is known color: Milano Red. HEX triplet: 99, 37 and 32. RGB value is (153,55,50). Sum of RGB (Red+Green+Blue) = 153+55+50=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #993732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993732 is #66C8CD. Grayscale: #535353. Windows color (decimal): -6736078 or 3291033. OLE color: 3291033.

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

Color convert

RGB 153 55 50 -
CMYK 0 0.64 0.67 0.4
HSL 2.91º 0.51% 0.4% -
HSV(B) 2.91º 0.67% 0.6% -
XYZ 15.08 9.73 4.1 -
YUV 83.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 153 55 50 0 0.64 0.67 0.4 2.91 0.51 0.4
Hex 99 37 32 0 40 43 28 3 33 28
Octal 231 67 62 0 100 103 50 3 63 50
Binary 10011001 110111 110010 0 1000000 1000011 101000 11 110011 101000

Color Harmonies of #993732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993732

Black with #993732

Text Example


Text Example

White with #993732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993732; }

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

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

background-color css

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

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

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

border-color css

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

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

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