Html Css Color HEX #994242 Mexican Red

📋 copy color: '#994242'

red 153 ◦ green 66 ◦ blue 66

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

Shades of Mexican Red #994242

Tints of Mexican Red #994242

RGB

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

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

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

R = 53.68%
G = 23.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#994242 (or 0x994242) is known color: Mexican Red. HEX triplet: 99, 42 and 42. RGB value is (153,66,66). Sum of RGB (Red+Green+Blue) = 153+66+66=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #994242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994242 is #66BDBD. Grayscale: #5C5C5C. Windows color (decimal): -6733246 or 4342425. OLE color: 4342425.

HSL color Cylindrical-coordinate representation of color #994242: 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.57%. Process color model (Four color, CMYK) of #994242 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 66 -
CMYK 0 0.57 0.57 0.4
HSL 0.4% 0.43% -
HSV(B) 0.57% 0.6% -
XYZ 16.07 11.06 6.44 -
YUV 92.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 153 66 66 0 0.57 0.57 0.4 0 0.4 0.43
Hex 99 42 42 0 39 39 28 0 28 2B
Octal 231 102 102 0 71 71 50 0 50 53
Binary 10011001 1000010 1000010 0 111001 111001 101000 0 101000 101011

Color Harmonies of #994242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994242

Black with #994242

Text Example


Text Example

White with #994242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994242; }

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

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

background-color css

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

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

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

border-color css

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

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

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