Html Css Color HEX #983836 Milano Red

📋 copy color: '#983836'

red 152 ◦ green 56 ◦ blue 54

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

Shades of Milano Red #983836

Tints of Milano Red #983836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 58.02%
G = 21.37%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#983836 (or 0x983836) is known color: Milano Red. HEX triplet: 98, 38 and 36. RGB value is (152,56,54). Sum of RGB (Red+Green+Blue) = 152+56+54=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #983836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983836 is #67C7C9. Grayscale: #545454. Windows color (decimal): -6801354 or 3553432. OLE color: 3553432.

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

Color convert

RGB 152 56 54 -
CMYK 0 0.63 0.64 0.40
HSL 1.22º 0.48% 0.4% -
HSV(B) 1.22º 0.64% 0.6% -
XYZ 15.03 9.77 4.58 -
YUV 84.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 152 56 54 0 0.63 0.64 0.40 1.22 0.48 0.4
Hex 98 38 36 0 3F 40 28 1 30 28
Octal 230 70 66 0 77 100 50 1 60 50
Binary 10011000 111000 110110 0 111111 1000000 101000 1 110000 101000

Color Harmonies of #983836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983836

Black with #983836

Text Example


Text Example

White with #983836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983836; }

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

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

background-color css

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

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

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

border-color css

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

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

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