Html Css Color HEX #954242 Mexican Red

📋 copy color: '#954242'

red 149 ◦ green 66 ◦ blue 66

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

Shades of Mexican Red #954242

Tints of Mexican Red #954242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 53.02%
G = 23.49%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954242 (or 0x954242) is known color: Mexican Red. HEX triplet: 95, 42 and 42. RGB value is (149,66,66). Sum of RGB (Red+Green+Blue) = 149+66+66=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #954242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954242 is #6ABDBD. Grayscale: #5A5A5A. Windows color (decimal): -6995390 or 4342421. OLE color: 4342421.

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

Color convert

RGB 149 66 66 -
CMYK 0 0.56 0.56 0.42
HSL 0.39% 0.42% -
HSV(B) 0.56% 0.58% -
XYZ 15.33 10.68 6.41 -
YUV 90.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 149 66 66 0 0.56 0.56 0.42 0 0.39 0.42
Hex 95 42 42 0 38 38 2A 0 27 2A
Octal 225 102 102 0 70 70 52 0 47 52
Binary 10010101 1000010 1000010 0 111000 111000 101010 0 100111 101010

Color Harmonies of #954242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954242

Black with #954242

Text Example


Text Example

White with #954242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954242; }

 p { color: rgb(149,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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