Html Css Color HEX #97423F Mexican Red

📋 copy color: '#97423F'

red 151 ◦ green 66 ◦ blue 63

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

Shades of Mexican Red #97423F

Tints of Mexican Red #97423F

RGB

 RED value IS 151 (59.38% from 255) = 53.93%

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

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

R = 53.93%
G = 23.57%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#97423F (or 0x97423F) is known color: Mexican Red. HEX triplet: 97, 42 and 3F. RGB value is (151,66,63). Sum of RGB (Red+Green+Blue) = 151+66+63=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #97423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97423F is #68BDC0. Grayscale: #5B5B5B. Windows color (decimal): -6864321 or 4145815. OLE color: 4145815.

HSL color Cylindrical-coordinate representation of color #97423F: hue angle of 2.05º 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 #97423F is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 63 -
CMYK 0 0.56 0.58 0.41
HSL 2.05º 0.41% 0.42% -
HSV(B) 2.05º 0.58% 0.59% -
XYZ 15.61 10.83 5.97 -
YUV 91.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 151 66 63 0 0.56 0.58 0.41 2.05 0.41 0.42
Hex 97 42 3F 0 38 3A 29 2 29 2A
Octal 227 102 77 0 70 72 51 2 51 52
Binary 10010111 1000010 111111 0 111000 111010 101001 10 101001 101010

Color Harmonies of #97423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97423F

Black with #97423F

Text Example


Text Example

White with #97423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,66,63); }

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

background-color css

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

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

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

border-color css

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

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

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