Html Css Color HEX #983C3B Mexican Red

📋 copy color: '#983C3B'

red 152 ◦ green 60 ◦ blue 59

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

Shades of Mexican Red #983C3B

Tints of Mexican Red #983C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 56.09%
G = 22.14%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#983C3B (or 0x983C3B) is known color: Mexican Red. HEX triplet: 98, 3C and 3B. RGB value is (152,60,59). Sum of RGB (Red+Green+Blue) = 152+60+59=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #983C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C3B is #67C3C4. Grayscale: #575757. Windows color (decimal): -6800325 or 3882136. OLE color: 3882136.

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

Color convert

RGB 152 60 59 -
CMYK 0 0.61 0.61 0.40
HSL 0.65º 0.44% 0.41% -
HSV(B) 0.65º 0.61% 0.6% -
XYZ 15.35 10.22 5.3 -
YUV 87.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 152 60 59 0 0.61 0.61 0.40 0.65 0.44 0.41
Hex 98 3C 3B 0 3D 3D 28 1 2C 29
Octal 230 74 73 0 75 75 50 1 54 51
Binary 10011000 111100 111011 0 111101 111101 101000 1 101100 101001

Color Harmonies of #983C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C3B

Black with #983C3B

Text Example


Text Example

White with #983C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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