Html Css Color HEX #983130 Milano Red

📋 copy color: '#983130'

red 152 ◦ green 49 ◦ blue 48

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

Shades of Milano Red #983130

Tints of Milano Red #983130

RGB

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

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

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

R = 61.04%
G = 19.68%
B = 19.28%

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

#983130 (or 0x983130) is known color: Milano Red. HEX triplet: 98, 31 and 30. RGB value is (152,49,48). Sum of RGB (Red+Green+Blue) = 152+49+48=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #983130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983130 is #67CECF. Grayscale: #4F4F4F. Windows color (decimal): -6803152 or 3158424. OLE color: 3158424.

HSL color Cylindrical-coordinate representation of color #983130: hue angle of 0.58º degrees, saturation: 0.52, 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 #983130 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 48 -
CMYK 0 0.68 0.68 0.40
HSL 0.58º 0.52% 0.39% -
HSV(B) 0.58º 0.68% 0.6% -
XYZ 14.58 9.09 3.78 -
YUV 79.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 152 49 48 0 0.68 0.68 0.40 0.58 0.52 0.39
Hex 98 31 30 0 44 44 28 1 34 27
Octal 230 61 60 0 104 104 50 1 64 47
Binary 10011000 110001 110000 0 1000100 1000100 101000 1 110100 100111

Color Harmonies of #983130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983130

Black with #983130

Text Example


Text Example

White with #983130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983130; }

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

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

background-color css

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

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

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

border-color css

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

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

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