Html Css Color HEX #983232 Milano Red

📋 copy color: '#983232'

red 152 ◦ green 50 ◦ blue 50

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

Shades of Milano Red #983232

Tints of Milano Red #983232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 60.32%
G = 19.84%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#983232 (or 0x983232) is known color: Milano Red. HEX triplet: 98, 32 and 32. RGB value is (152,50,50). Sum of RGB (Red+Green+Blue) = 152+50+50=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #983232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983232 is #67CDCD. Grayscale: #505050. Windows color (decimal): -6802894 or 3289752. OLE color: 3289752.

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

Color convert

RGB 152 50 50 -
CMYK 0 0.67 0.67 0.40
HSL 0.5% 0.4% -
HSV(B) 0.67% 0.6% -
XYZ 14.67 9.19 4.02 -
YUV 80.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 152 50 50 0 0.67 0.67 0.40 0 0.5 0.4
Hex 98 32 32 0 43 43 28 0 32 28
Octal 230 62 62 0 103 103 50 0 62 50
Binary 10011000 110010 110010 0 1000011 1000011 101000 0 110010 101000

Color Harmonies of #983232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983232

Black with #983232

Text Example


Text Example

White with #983232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983232; }

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

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

background-color css

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

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

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

border-color css

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

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

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