Html Css Color HEX #983C38 Mexican Red

📋 copy color: '#983C38'

red 152 ◦ green 60 ◦ blue 56

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

Shades of Mexican Red #983C38

Tints of Mexican Red #983C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 56.72%
G = 22.39%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#983C38 (or 0x983C38) is known color: Mexican Red. HEX triplet: 98, 3C and 38. RGB value is (152,60,56). Sum of RGB (Red+Green+Blue) = 152+60+56=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #983C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C38 is #67C3C7. Grayscale: #575757. Windows color (decimal): -6800328 or 3685528. OLE color: 3685528.

HSL color Cylindrical-coordinate representation of color #983C38: hue angle of 2.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983C38 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 60 56 -
CMYK 0 0.61 0.63 0.40
HSL 2.5º 0.46% 0.41% -
HSV(B) 2.5º 0.63% 0.6% -
XYZ 15.28 10.19 4.9 -
YUV 87.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 152 60 56 0 0.61 0.63 0.40 2.5 0.46 0.41
Hex 98 3C 38 0 3D 3F 28 2 2E 29
Octal 230 74 70 0 75 77 50 2 56 51
Binary 10011000 111100 111000 0 111101 111111 101000 10 101110 101001

Color Harmonies of #983C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C38

Black with #983C38

Text Example


Text Example

White with #983C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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