Html Css Color HEX #983131 Milano Red

📋 copy color: '#983131'

red 152 ◦ green 49 ◦ blue 49

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

Shades of Milano Red #983131

Tints of Milano Red #983131

RGB

 RED value IS 152 (59.77% from 255) = 60.8%

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

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

R = 60.8%
G = 19.6%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#983131 (or 0x983131) is known color: Milano Red. HEX triplet: 98, 31 and 31. RGB value is (152,49,49). Sum of RGB (Red+Green+Blue) = 152+49+49=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #983131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983131 is #67CECE. Grayscale: #4F4F4F. Windows color (decimal): -6803151 or 3223960. OLE color: 3223960.

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

Color convert

RGB 152 49 49 -
CMYK 0 0.68 0.68 0.40
HSL 0.51% 0.39% -
HSV(B) 0.68% 0.6% -
XYZ 14.6 9.09 3.89 -
YUV 79.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 152 49 49 0 0.68 0.68 0.40 0 0.51 0.39
Hex 98 31 31 0 44 44 28 0 33 27
Octal 230 61 61 0 104 104 50 0 63 47
Binary 10011000 110001 110001 0 1000100 1000100 101000 0 110011 100111

Color Harmonies of #983131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983131

Black with #983131

Text Example


Text Example

White with #983131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983131; }

 p { color: rgb(152,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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