Html Css Color HEX #96413F Mexican Red

📋 copy color: '#96413F'

red 150 ◦ green 65 ◦ blue 63

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

Shades of Mexican Red #96413F

Tints of Mexican Red #96413F

RGB

 RED value IS 150 (58.98% from 255) = 53.96%

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

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

R = 53.96%
G = 23.38%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96413F (or 0x96413F) is known color: Mexican Red. HEX triplet: 96, 41 and 3F. RGB value is (150,65,63). Sum of RGB (Red+Green+Blue) = 150+65+63=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96413F is #69BEC0. Grayscale: #5A5A5A. Windows color (decimal): -6930113 or 4145558. OLE color: 4145558.

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

Color convert

RGB 150 65 63 -
CMYK 0 0.57 0.58 0.41
HSL 1.38º 0.41% 0.42% -
HSV(B) 1.38º 0.58% 0.59% -
XYZ 15.37 10.62 5.94 -
YUV 90.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 150 65 63 0 0.57 0.58 0.41 1.38 0.41 0.42
Hex 96 41 3F 0 39 3A 29 1 29 2A
Octal 226 101 77 0 71 72 51 1 51 52
Binary 10010110 1000001 111111 0 111001 111010 101001 1 101001 101010

Color Harmonies of #96413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96413F

Black with #96413F

Text Example


Text Example

White with #96413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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