Html Css Color HEX #953B38 Mexican Red

📋 copy color: '#953B38'

red 149 ◦ green 59 ◦ blue 56

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

Shades of Mexican Red #953B38

Tints of Mexican Red #953B38

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.35%

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 56.44%
G = 22.35%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#953B38 (or 0x953B38) is known color: Mexican Red. HEX triplet: 95, 3B and 38. RGB value is (149,59,56). Sum of RGB (Red+Green+Blue) = 149+59+56=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #953B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B38 is #6AC4C7. Grayscale: #555555. Windows color (decimal): -6997192 or 3685269. OLE color: 3685269.

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

Color convert

RGB 149 59 56 -
CMYK 0 0.60 0.62 0.42
HSL 1.94º 0.45% 0.4% -
HSV(B) 1.94º 0.62% 0.58% -
XYZ 14.67 9.8 4.86 -
YUV 85.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 149 59 56 0 0.60 0.62 0.42 1.94 0.45 0.4
Hex 95 3B 38 0 3C 3E 2A 2 2D 28
Octal 225 73 70 0 74 76 52 2 55 50
Binary 10010101 111011 111000 0 111100 111110 101010 10 101101 101000

Color Harmonies of #953B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B38

Black with #953B38

Text Example


Text Example

White with #953B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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