Html Css Color HEX #983C36 Mexican Red

📋 copy color: '#983C36'

red 152 ◦ green 60 ◦ blue 54

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

Shades of Mexican Red #983C36

Tints of Mexican Red #983C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

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

R = 57.14%
G = 22.56%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#983C36 (or 0x983C36) is known color: Mexican Red. HEX triplet: 98, 3C and 36. RGB value is (152,60,54). Sum of RGB (Red+Green+Blue) = 152+60+54=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #983C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C36 is #67C3C9. Grayscale: #565656. Windows color (decimal): -6800330 or 3554456. OLE color: 3554456.

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

Color convert

RGB 152 60 54 -
CMYK 0 0.61 0.64 0.40
HSL 3.67º 0.48% 0.4% -
HSV(B) 3.67º 0.64% 0.6% -
XYZ 15.23 10.17 4.65 -
YUV 86.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 152 60 54 0 0.61 0.64 0.40 3.67 0.48 0.4
Hex 98 3C 36 0 3D 40 28 4 30 28
Octal 230 74 66 0 75 100 50 4 60 50
Binary 10011000 111100 110110 0 111101 1000000 101000 100 110000 101000

Color Harmonies of #983C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C36

Black with #983C36

Text Example


Text Example

White with #983C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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