Html Css Color HEX #983532 Milano Red

📋 copy color: '#983532'

red 152 ◦ green 53 ◦ blue 50

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

Shades of Milano Red #983532

Tints of Milano Red #983532

RGB

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

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

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

R = 59.61%
G = 20.78%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#983532 (or 0x983532) is known color: Milano Red. HEX triplet: 98, 35 and 32. RGB value is (152,53,50). Sum of RGB (Red+Green+Blue) = 152+53+50=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #983532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983532 is #67CACD. Grayscale: #525252. Windows color (decimal): -6802126 or 3290520. OLE color: 3290520.

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

Color convert

RGB 152 53 50 -
CMYK 0 0.65 0.67 0.40
HSL 1.76º 0.5% 0.4% -
HSV(B) 1.76º 0.67% 0.6% -
XYZ 14.8 9.45 4.06 -
YUV 82.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 152 53 50 0 0.65 0.67 0.40 1.76 0.5 0.4
Hex 98 35 32 0 41 43 28 2 32 28
Octal 230 65 62 0 101 103 50 2 62 50
Binary 10011000 110101 110010 0 1000001 1000011 101000 10 110010 101000

Color Harmonies of #983532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983532

Black with #983532

Text Example


Text Example

White with #983532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983532; }

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

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

background-color css

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

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

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

border-color css

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

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

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