Html Css Color HEX #953F3E Mexican Red

📋 copy color: '#953F3E'

red 149 ◦ green 63 ◦ blue 62

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

Shades of Mexican Red #953F3E

Tints of Mexican Red #953F3E

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

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

R = 54.38%
G = 22.99%
B = 22.63%

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

#953F3E (or 0x953F3E) is known color: Mexican Red. HEX triplet: 95, 3F and 3E. RGB value is (149,63,62). Sum of RGB (Red+Green+Blue) = 149+63+62=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #953F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F3E is #6AC0C1. Grayscale: #585858. Windows color (decimal): -6996162 or 4079509. OLE color: 4079509.

HSL color Cylindrical-coordinate representation of color #953F3E: hue angle of 0.69º 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 #953F3E is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 62 -
CMYK 0 0.58 0.58 0.42
HSL 0.69º 0.41% 0.41% -
HSV(B) 0.69º 0.58% 0.58% -
XYZ 15.04 10.29 5.75 -
YUV 88.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 149 63 62 0 0.58 0.58 0.42 0.69 0.41 0.41
Hex 95 3F 3E 0 3A 3A 2A 1 29 29
Octal 225 77 76 0 72 72 52 1 51 51
Binary 10010101 111111 111110 0 111010 111010 101010 1 101001 101001

Color Harmonies of #953F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F3E

Black with #953F3E

Text Example


Text Example

White with #953F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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