Html Css Color HEX #983533 Milano Red

📋 copy color: '#983533'

red 152 ◦ green 53 ◦ blue 51

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

Shades of Milano Red #983533

Tints of Milano Red #983533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.92%

R = 59.38%
G = 20.7%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#983533 (or 0x983533) is known color: Milano Red. HEX triplet: 98, 35 and 33. RGB value is (152,53,51). Sum of RGB (Red+Green+Blue) = 152+53+51=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983533 is #67CACC. Grayscale: #525252. Windows color (decimal): -6802125 or 3356056. OLE color: 3356056.

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

Color convert

RGB 152 53 51 -
CMYK 0 0.65 0.66 0.40
HSL 1.19º 0.5% 0.4% -
HSV(B) 1.19º 0.66% 0.6% -
XYZ 14.82 9.46 4.18 -
YUV 82.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 152 53 51 0 0.65 0.66 0.40 1.19 0.5 0.4
Hex 98 35 33 0 41 42 28 1 32 28
Octal 230 65 63 0 101 102 50 1 62 50
Binary 10011000 110101 110011 0 1000001 1000010 101000 1 110010 101000

Color Harmonies of #983533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983533

Black with #983533

Text Example


Text Example

White with #983533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983533; }

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

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

background-color css

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

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

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

border-color css

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

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

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