Html Css Color HEX #99413F Mexican Red

📋 copy color: '#99413F'

red 153 ◦ green 65 ◦ blue 63

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

Shades of Mexican Red #99413F

Tints of Mexican Red #99413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.42%

R = 54.45%
G = 23.13%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99413F (or 0x99413F) is known color: Mexican Red. HEX triplet: 99, 41 and 3F. RGB value is (153,65,63). Sum of RGB (Red+Green+Blue) = 153+65+63=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99413F is #66BEC0. Grayscale: #5B5B5B. Windows color (decimal): -6733505 or 4145561. OLE color: 4145561.

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

Color convert

RGB 153 65 63 -
CMYK 0 0.58 0.59 0.4
HSL 1.33º 0.42% 0.42% -
HSV(B) 1.33º 0.59% 0.6% -
XYZ 15.92 10.91 5.97 -
YUV 91.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 153 65 63 0 0.58 0.59 0.4 1.33 0.42 0.42
Hex 99 41 3F 0 3A 3B 28 1 2A 2A
Octal 231 101 77 0 72 73 50 1 52 52
Binary 10011001 1000001 111111 0 111010 111011 101000 1 101010 101010

Color Harmonies of #99413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99413F

Black with #99413F

Text Example


Text Example

White with #99413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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