Html Css Color HEX #95413E Mexican Red

📋 copy color: '#95413E'

red 149 ◦ green 65 ◦ blue 62

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

Shades of Mexican Red #95413E

Tints of Mexican Red #95413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

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

R = 53.99%
G = 23.55%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95413E (or 0x95413E) is known color: Mexican Red. HEX triplet: 95, 41 and 3E. RGB value is (149,65,62). Sum of RGB (Red+Green+Blue) = 149+65+62=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95413E is #6ABEC1. Grayscale: #595959. Windows color (decimal): -6995650 or 4080021. OLE color: 4080021.

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

Color convert

RGB 149 65 62 -
CMYK 0 0.56 0.58 0.42
HSL 2.07º 0.41% 0.41% -
HSV(B) 2.07º 0.58% 0.58% -
XYZ 15.15 10.52 5.79 -
YUV 89.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 149 65 62 0 0.56 0.58 0.42 2.07 0.41 0.41
Hex 95 41 3E 0 38 3A 2A 2 29 29
Octal 225 101 76 0 70 72 52 2 51 51
Binary 10010101 1000001 111110 0 111000 111010 101010 10 101001 101001

Color Harmonies of #95413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95413E

Black with #95413E

Text Example


Text Example

White with #95413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95413E; }

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

 H1.HeaderClassName
 {
   color: #95413E;
 }
 .AnyTagClassName
 {
   color: #95413E;
 }
</style>

background-color css

<style>
 a { background-color: #95413E; }

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

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

border-color css

<style>
 span { border-color: #95413E; }

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

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