Html Css Color HEX #993735 Milano Red

📋 copy color: '#993735'

red 153 ◦ green 55 ◦ blue 53

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

Shades of Milano Red #993735

Tints of Milano Red #993735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.31%

R = 58.62%
G = 21.07%
B = 20.31%

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

#993735 (or 0x993735) is known color: Milano Red. HEX triplet: 99, 37 and 35. RGB value is (153,55,53). Sum of RGB (Red+Green+Blue) = 153+55+53=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #993735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993735 is #66C8CA. Grayscale: #545454. Windows color (decimal): -6736075 or 3487641. OLE color: 3487641.

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

Color convert

RGB 153 55 53 -
CMYK 0 0.64 0.65 0.4
HSL 1.2º 0.49% 0.4% -
HSV(B) 1.2º 0.65% 0.6% -
XYZ 15.15 9.76 4.45 -
YUV 84.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 153 55 53 0 0.64 0.65 0.4 1.2 0.49 0.4
Hex 99 37 35 0 40 41 28 1 31 28
Octal 231 67 65 0 100 101 50 1 61 50
Binary 10011001 110111 110101 0 1000000 1000001 101000 1 110001 101000

Color Harmonies of #993735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993735

Black with #993735

Text Example


Text Example

White with #993735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993735; }

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

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

background-color css

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

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

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

border-color css

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

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

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