Html Css Color HEX #993434 Milano Red

📋 copy color: '#993434'

red 153 ◦ green 52 ◦ blue 52

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

Shades of Milano Red #993434

Tints of Milano Red #993434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 59.53%
G = 20.23%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#993434 (or 0x993434) is known color: Milano Red. HEX triplet: 99, 34 and 34. RGB value is (153,52,52). Sum of RGB (Red+Green+Blue) = 153+52+52=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #993434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993434 is #66CBCB. Grayscale: #525252. Windows color (decimal): -6736844 or 3421337. OLE color: 3421337.

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

Color convert

RGB 153 52 52 -
CMYK 0 0.66 0.66 0.4
HSL 0.49% 0.4% -
HSV(B) 0.66% 0.6% -
XYZ 14.98 9.48 4.29 -
YUV 82.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 153 52 52 0 0.66 0.66 0.4 0 0.49 0.4
Hex 99 34 34 0 42 42 28 0 31 28
Octal 231 64 64 0 102 102 50 0 61 50
Binary 10011001 110100 110100 0 1000010 1000010 101000 0 110001 101000

Color Harmonies of #993434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993434

Black with #993434

Text Example


Text Example

White with #993434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993434; }

 p { color: rgb(153,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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