Html Css Color HEX #95403D Mexican Red

📋 copy color: '#95403D'

red 149 ◦ green 64 ◦ blue 61

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

Shades of Mexican Red #95403D

Tints of Mexican Red #95403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 54.38%
G = 23.36%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95403D (or 0x95403D) is known color: Mexican Red. HEX triplet: 95, 40 and 3D. RGB value is (149,64,61). Sum of RGB (Red+Green+Blue) = 149+64+61=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95403D is #6ABFC2. Grayscale: #595959. Windows color (decimal): -6995907 or 4014229. OLE color: 4014229.

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

Color convert

RGB 149 64 61 -
CMYK 0 0.57 0.59 0.42
HSL 2.05º 0.42% 0.41% -
HSV(B) 2.05º 0.59% 0.58% -
XYZ 15.07 10.39 5.63 -
YUV 89.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 149 64 61 0 0.57 0.59 0.42 2.05 0.42 0.41
Hex 95 40 3D 0 39 3B 2A 2 2A 29
Octal 225 100 75 0 71 73 52 2 52 51
Binary 10010101 1000000 111101 0 111001 111011 101010 10 101010 101001

Color Harmonies of #95403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95403D

Black with #95403D

Text Example


Text Example

White with #95403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95403D; }

 p { color: rgb(149,64,61); }

 H1.HeaderClassName
 {
   color: #95403D;
 }
 .AnyTagClassName
 {
   color: #95403D;
 }
</style>

background-color css

<style>
 a { background-color: #95403D; }

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

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

border-color css

<style>
 span { border-color: #95403D; }

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

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