Html Css Color HEX #994343 Mexican Red

📋 copy color: '#994343'

red 153 ◦ green 67 ◦ blue 67

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

Shades of Mexican Red #994343

Tints of Mexican Red #994343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

 BLUE value IS 67 (26.56% from 255) = 23.34%

R = 53.31%
G = 23.34%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#994343 (or 0x994343) is known color: Mexican Red. HEX triplet: 99, 43 and 43. RGB value is (153,67,67). Sum of RGB (Red+Green+Blue) = 153+67+67=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #994343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994343 is #66BCBC. Grayscale: #5C5C5C. Windows color (decimal): -6732989 or 4408217. OLE color: 4408217.

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

Color convert

RGB 153 67 67 -
CMYK 0 0.56 0.56 0.4
HSL 0.39% 0.43% -
HSV(B) 0.56% 0.6% -
XYZ 16.16 11.19 6.62 -
YUV 92.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 153 67 67 0 0.56 0.56 0.4 0 0.39 0.43
Hex 99 43 43 0 38 38 28 0 27 2B
Octal 231 103 103 0 70 70 50 0 47 53
Binary 10011001 1000011 1000011 0 111000 111000 101000 0 100111 101011

Color Harmonies of #994343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994343

Black with #994343

Text Example


Text Example

White with #994343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994343; }

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

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

background-color css

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

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

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

border-color css

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

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

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