Html Css Color HEX #993433 Milano Red

📋 copy color: '#993433'

red 153 ◦ green 52 ◦ blue 51

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

Shades of Milano Red #993433

Tints of Milano Red #993433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.92%

R = 59.77%
G = 20.31%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993433 (or 0x993433) is known color: Milano Red. HEX triplet: 99, 34 and 33. RGB value is (153,52,51). Sum of RGB (Red+Green+Blue) = 153+52+51=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993433 is #66CBCC. Grayscale: #525252. Windows color (decimal): -6736845 or 3355801. OLE color: 3355801.

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

Color convert

RGB 153 52 51 -
CMYK 0 0.66 0.67 0.4
HSL 0.59º 0.5% 0.4% -
HSV(B) 0.59º 0.67% 0.6% -
XYZ 14.96 9.47 4.17 -
YUV 82.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 153 52 51 0 0.66 0.67 0.4 0.59 0.5 0.4
Hex 99 34 33 0 42 43 28 1 32 28
Octal 231 64 63 0 102 103 50 1 62 50
Binary 10011001 110100 110011 0 1000010 1000011 101000 1 110010 101000

Color Harmonies of #993433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993433

Black with #993433

Text Example


Text Example

White with #993433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993433; }

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

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

background-color css

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

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

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

border-color css

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

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

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