Html Css Color HEX #993632 Milano Red

📋 copy color: '#993632'

red 153 ◦ green 54 ◦ blue 50

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

Shades of Milano Red #993632

Tints of Milano Red #993632

RGB

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

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

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

R = 59.53%
G = 21.01%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993632 (or 0x993632) is known color: Milano Red. HEX triplet: 99, 36 and 32. RGB value is (153,54,50). Sum of RGB (Red+Green+Blue) = 153+54+50=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #993632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993632 is #66C9CD. Grayscale: #535353. Windows color (decimal): -6736334 or 3290777. OLE color: 3290777.

HSL color Cylindrical-coordinate representation of color #993632: hue angle of 2.33º 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 #993632 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 50 -
CMYK 0 0.65 0.67 0.4
HSL 2.33º 0.51% 0.4% -
HSV(B) 2.33º 0.67% 0.6% -
XYZ 15.03 9.64 4.09 -
YUV 83.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 153 54 50 0 0.65 0.67 0.4 2.33 0.51 0.4
Hex 99 36 32 0 41 43 28 2 33 28
Octal 231 66 62 0 101 103 50 2 63 50
Binary 10011001 110110 110010 0 1000001 1000011 101000 10 110011 101000

Color Harmonies of #993632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993632

Black with #993632

Text Example


Text Example

White with #993632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993632; }

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

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

background-color css

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

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

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

border-color css

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

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

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