Html Css Color HEX #994141 Mexican Red

📋 copy color: '#994141'

red 153 ◦ green 65 ◦ blue 65

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

Shades of Mexican Red #994141

Tints of Mexican Red #994141

RGB

 RED value IS 153 (60.16% from 255) = 54.06%

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

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

R = 54.06%
G = 22.97%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994141 (or 0x994141) is known color: Mexican Red. HEX triplet: 99, 41 and 41. RGB value is (153,65,65). Sum of RGB (Red+Green+Blue) = 153+65+65=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #994141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994141 is #66BEBE. Grayscale: #5B5B5B. Windows color (decimal): -6733503 or 4276633. OLE color: 4276633.

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

Color convert

RGB 153 65 65 -
CMYK 0 0.58 0.58 0.4
HSL 0.4% 0.43% -
HSV(B) 0.58% 0.6% -
XYZ 15.98 10.93 6.27 -
YUV 91.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 153 65 65 0 0.58 0.58 0.4 0 0.4 0.43
Hex 99 41 41 0 3A 3A 28 0 28 2B
Octal 231 101 101 0 72 72 50 0 50 53
Binary 10011001 1000001 1000001 0 111010 111010 101000 0 101000 101011

Color Harmonies of #994141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994141

Black with #994141

Text Example


Text Example

White with #994141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994141; }

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

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

background-color css

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

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

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

border-color css

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

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

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