Html Css Color HEX #953F3B Mexican Red

📋 copy color: '#953F3B'

red 149 ◦ green 63 ◦ blue 59

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

Shades of Mexican Red #953F3B

Tints of Mexican Red #953F3B

RGB

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

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

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

R = 54.98%
G = 23.25%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#953F3B (or 0x953F3B) is known color: Mexican Red. HEX triplet: 95, 3F and 3B. RGB value is (149,63,59). Sum of RGB (Red+Green+Blue) = 149+63+59=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F3B is #6AC0C4. Grayscale: #585858. Windows color (decimal): -6996165 or 3882901. OLE color: 3882901.

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

Color convert

RGB 149 63 59 -
CMYK 0 0.58 0.60 0.42
HSL 2.67º 0.43% 0.41% -
HSV(B) 2.67º 0.6% 0.58% -
XYZ 14.96 10.26 5.33 -
YUV 88.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 149 63 59 0 0.58 0.60 0.42 2.67 0.43 0.41
Hex 95 3F 3B 0 3A 3C 2A 3 2B 29
Octal 225 77 73 0 72 74 52 3 53 51
Binary 10010101 111111 111011 0 111010 111100 101010 11 101011 101001

Color Harmonies of #953F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F3B

Black with #953F3B

Text Example


Text Example

White with #953F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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