Html Css Color HEX #993130 Milano Red

📋 copy color: '#993130'

red 153 ◦ green 49 ◦ blue 48

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

Shades of Milano Red #993130

Tints of Milano Red #993130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 61.2%
G = 19.6%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#993130 (or 0x993130) is known color: Milano Red. HEX triplet: 99, 31 and 30. RGB value is (153,49,48). Sum of RGB (Red+Green+Blue) = 153+49+48=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #993130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993130 is #66CECF. Grayscale: #505050. Windows color (decimal): -6737616 or 3158425. OLE color: 3158425.

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

Color convert

RGB 153 49 48 -
CMYK 0 0.68 0.69 0.4
HSL 0.57º 0.52% 0.39% -
HSV(B) 0.57º 0.69% 0.6% -
XYZ 14.77 9.18 3.79 -
YUV 79.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 153 49 48 0 0.68 0.69 0.4 0.57 0.52 0.39
Hex 99 31 30 0 44 45 28 1 34 27
Octal 231 61 60 0 104 105 50 1 64 47
Binary 10011001 110001 110000 0 1000100 1000101 101000 1 110100 100111

Color Harmonies of #993130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993130

Black with #993130

Text Example


Text Example

White with #993130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993130; }

 p { color: rgb(153,49,48); }

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

background-color css

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

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

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

border-color css

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

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

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