Html Css Color HEX #944141 Mexican Red

📋 copy color: '#944141'

red 148 ◦ green 65 ◦ blue 65

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

Shades of Mexican Red #944141

Tints of Mexican Red #944141

RGB

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

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

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

R = 53.24%
G = 23.38%
B = 23.38%

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

#944141 (or 0x944141) is known color: Mexican Red. HEX triplet: 94, 41 and 41. RGB value is (148,65,65). Sum of RGB (Red+Green+Blue) = 148+65+65=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #944141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944141 is #6BBEBE. Grayscale: #595959. Windows color (decimal): -7061183 or 4276628. OLE color: 4276628.

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

Color convert

RGB 148 65 65 -
CMYK 0 0.56 0.56 0.42
HSL 0.39% 0.42% -
HSV(B) 0.56% 0.58% -
XYZ 15.06 10.46 6.23 -
YUV 89.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 148 65 65 0 0.56 0.56 0.42 0 0.39 0.42
Hex 94 41 41 0 38 38 2A 0 27 2A
Octal 224 101 101 0 70 70 52 0 47 52
Binary 10010100 1000001 1000001 0 111000 111000 101010 0 100111 101010

Color Harmonies of #944141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944141

Black with #944141

Text Example


Text Example

White with #944141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944141; }

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

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

background-color css

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

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

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

border-color css

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

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

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