Html Css Color HEX #95413F Mexican Red

📋 copy color: '#95413F'

red 149 ◦ green 65 ◦ blue 63

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

Shades of Mexican Red #95413F

Tints of Mexican Red #95413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.74%

R = 53.79%
G = 23.47%
B = 22.74%

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

#95413F (or 0x95413F) is known color: Mexican Red. HEX triplet: 95, 41 and 3F. RGB value is (149,65,63). Sum of RGB (Red+Green+Blue) = 149+65+63=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95413F is #6ABEC0. Grayscale: #595959. Windows color (decimal): -6995649 or 4145557. OLE color: 4145557.

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

Color convert

RGB 149 65 63 -
CMYK 0 0.56 0.58 0.42
HSL 1.4º 0.41% 0.42% -
HSV(B) 1.4º 0.58% 0.58% -
XYZ 15.18 10.53 5.93 -
YUV 89.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 149 65 63 0 0.56 0.58 0.42 1.4 0.41 0.42
Hex 95 41 3F 0 38 3A 2A 1 29 2A
Octal 225 101 77 0 70 72 52 1 51 52
Binary 10010101 1000001 111111 0 111000 111010 101010 1 101001 101010

Color Harmonies of #95413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95413F

Black with #95413F

Text Example


Text Example

White with #95413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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