Html Css Color HEX #93413F Mexican Red

📋 copy color: '#93413F'

red 147 ◦ green 65 ◦ blue 63

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

Shades of Mexican Red #93413F

Tints of Mexican Red #93413F

RGB

 RED value IS 147 (57.81% from 255) = 53.45%

 GREEN value IS 65 (25.78% from 255) = 23.64%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 53.45%
G = 23.64%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#93413F (or 0x93413F) is known color: Mexican Red. HEX triplet: 93, 41 and 3F. RGB value is (147,65,63). Sum of RGB (Red+Green+Blue) = 147+65+63=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93413F is #6CBEC0. Grayscale: #595959. Windows color (decimal): -7126721 or 4145555. OLE color: 4145555.

HSL color Cylindrical-coordinate representation of color #93413F: hue angle of 1.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93413F is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 65 63 -
CMYK 0 0.56 0.57 0.42
HSL 1.43º 0.4% 0.41% -
HSV(B) 1.43º 0.57% 0.58% -
XYZ 14.82 10.34 5.92 -
YUV 89.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 147 65 63 0 0.56 0.57 0.42 1.43 0.4 0.41
Hex 93 41 3F 0 38 39 2A 1 28 29
Octal 223 101 77 0 70 71 52 1 50 51
Binary 10010011 1000001 111111 0 111000 111001 101010 1 101000 101001

Color Harmonies of #93413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93413F

Black with #93413F

Text Example


Text Example

White with #93413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93413F; }

 p { color: rgb(147,65,63); }

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

background-color css

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

 a { background-color: rgb(147,65,63); }

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

border-color css

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

 span { border-color: rgb(147,65,63); }

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