Html Css Color HEX #953F3A Mexican Red

📋 copy color: '#953F3A'

red 149 ◦ green 63 ◦ blue 58

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

Shades of Mexican Red #953F3A

Tints of Mexican Red #953F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 55.19%
G = 23.33%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#953F3A (or 0x953F3A) is known color: Mexican Red. HEX triplet: 95, 3F and 3A. RGB value is (149,63,58). Sum of RGB (Red+Green+Blue) = 149+63+58=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #953F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F3A is #6AC0C5. Grayscale: #585858. Windows color (decimal): -6996166 or 3817365. OLE color: 3817365.

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

Color convert

RGB 149 63 58 -
CMYK 0 0.58 0.61 0.42
HSL 3.3º 0.44% 0.41% -
HSV(B) 3.3º 0.61% 0.58% -
XYZ 14.94 10.25 5.19 -
YUV 88.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 149 63 58 0 0.58 0.61 0.42 3.3 0.44 0.41
Hex 95 3F 3A 0 3A 3D 2A 3 2C 29
Octal 225 77 72 0 72 75 52 3 54 51
Binary 10010101 111111 111010 0 111010 111101 101010 11 101100 101001

Color Harmonies of #953F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F3A

Black with #953F3A

Text Example


Text Example

White with #953F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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