Html Css Color HEX #953E3E Mexican Red

📋 copy color: '#953E3E'

red 149 ◦ green 62 ◦ blue 62

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

Shades of Mexican Red #953E3E

Tints of Mexican Red #953E3E

RGB

 RED value IS 149 (58.59% from 255) = 54.58%

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 54.58%
G = 22.71%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#953E3E (or 0x953E3E) is known color: Mexican Red. HEX triplet: 95, 3E and 3E. RGB value is (149,62,62). Sum of RGB (Red+Green+Blue) = 149+62+62=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #953E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E3E is #6AC1C1. Grayscale: #585858. Windows color (decimal): -6996418 or 4079253. OLE color: 4079253.

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

Color convert

RGB 149 62 62 -
CMYK 0 0.58 0.58 0.42
HSL 0.41% 0.41% -
HSV(B) 0.58% 0.58% -
XYZ 14.99 10.18 5.73 -
YUV 88.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 149 62 62 0 0.58 0.58 0.42 0 0.41 0.41
Hex 95 3E 3E 0 3A 3A 2A 0 29 29
Octal 225 76 76 0 72 72 52 0 51 51
Binary 10010101 111110 111110 0 111010 111010 101010 0 101001 101001

Color Harmonies of #953E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E3E

Black with #953E3E

Text Example


Text Example

White with #953E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E3E; }

 p { color: rgb(149,62,62); }

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

background-color css

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

 a { background-color: rgb(149,62,62); }

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

border-color css

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

 span { border-color: rgb(149,62,62); }

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