Html Css Color HEX #944241 Mexican Red

📋 copy color: '#944241'

red 148 ◦ green 66 ◦ blue 65

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

Shades of Mexican Red #944241

Tints of Mexican Red #944241

RGB

 RED value IS 148 (58.2% from 255) = 53.05%

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

 BLUE value IS 65 (25.78% from 255) = 23.3%

R = 53.05%
G = 23.66%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#944241 (or 0x944241) is known color: Mexican Red. HEX triplet: 94, 42 and 41. RGB value is (148,66,65). Sum of RGB (Red+Green+Blue) = 148+66+65=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #944241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944241 is #6BBDBE. Grayscale: #5A5A5A. Windows color (decimal): -7060927 or 4276884. OLE color: 4276884.

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

Color convert

RGB 148 66 65 -
CMYK 0 0.55 0.56 0.42
HSL 0.72º 0.39% 0.42% -
HSV(B) 0.72º 0.56% 0.58% -
XYZ 15.12 10.57 6.25 -
YUV 90.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 148 66 65 0 0.55 0.56 0.42 0.72 0.39 0.42
Hex 94 42 41 0 37 38 2A 1 27 2A
Octal 224 102 101 0 67 70 52 1 47 52
Binary 10010100 1000010 1000001 0 110111 111000 101010 1 100111 101010

Color Harmonies of #944241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944241

Black with #944241

Text Example


Text Example

White with #944241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944241; }

 p { color: rgb(148,66,65); }

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

background-color css

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

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

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

border-color css

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

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

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