Html Css Color HEX #983531 Milano Red

📋 copy color: '#983531'

red 152 ◦ green 53 ◦ blue 49

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

Shades of Milano Red #983531

Tints of Milano Red #983531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

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

R = 59.84%
G = 20.87%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#983531 (or 0x983531) is known color: Milano Red. HEX triplet: 98, 35 and 31. RGB value is (152,53,49). Sum of RGB (Red+Green+Blue) = 152+53+49=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #983531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983531 is #67CACE. Grayscale: #525252. Windows color (decimal): -6802127 or 3224984. OLE color: 3224984.

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

Color convert

RGB 152 53 49 -
CMYK 0 0.65 0.68 0.40
HSL 2.33º 0.51% 0.39% -
HSV(B) 2.33º 0.68% 0.6% -
XYZ 14.78 9.44 3.95 -
YUV 82.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 152 53 49 0 0.65 0.68 0.40 2.33 0.51 0.39
Hex 98 35 31 0 41 44 28 2 33 27
Octal 230 65 61 0 101 104 50 2 63 47
Binary 10011000 110101 110001 0 1000001 1000100 101000 10 110011 100111

Color Harmonies of #983531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983531

Black with #983531

Text Example


Text Example

White with #983531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983531; }

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

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

background-color css

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

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

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

border-color css

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

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

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