Html Css Color HEX #983636 Milano Red

📋 copy color: '#983636'

red 152 ◦ green 54 ◦ blue 54

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

Shades of Milano Red #983636

Tints of Milano Red #983636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

 BLUE value IS 54 (21.48% from 255) = 20.77%

R = 58.46%
G = 20.77%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#983636 (or 0x983636) is known color: Milano Red. HEX triplet: 98, 36 and 36. RGB value is (152,54,54). Sum of RGB (Red+Green+Blue) = 152+54+54=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983636 is #67C9C9. Grayscale: #535353. Windows color (decimal): -6801866 or 3552920. OLE color: 3552920.

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

Color convert

RGB 152 54 54 -
CMYK 0 0.64 0.64 0.40
HSL 0.48% 0.4% -
HSV(B) 0.64% 0.6% -
XYZ 14.93 9.58 4.55 -
YUV 83.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 152 54 54 0 0.64 0.64 0.40 0 0.48 0.4
Hex 98 36 36 0 40 40 28 0 30 28
Octal 230 66 66 0 100 100 50 0 60 50
Binary 10011000 110110 110110 0 1000000 1000000 101000 0 110000 101000

Color Harmonies of #983636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983636

Black with #983636

Text Example


Text Example

White with #983636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983636; }

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

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

background-color css

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

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

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

border-color css

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

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

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