Html Css Color HEX #9F3939 Mexican Red

📋 copy color: '#9F3939'

red 159 ◦ green 57 ◦ blue 57

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

Shades of Mexican Red #9F3939

Tints of Mexican Red #9F3939

RGB

 RED value IS 159 (62.5% from 255) = 58.24%

 GREEN value IS 57 (22.66% from 255) = 20.88%

 BLUE value IS 57 (22.66% from 255) = 20.88%

R = 58.24%
G = 20.88%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F3939 (or 0x9F3939) is known color: Mexican Red. HEX triplet: 9F, 39 and 39. RGB value is (159,57,57). Sum of RGB (Red+Green+Blue) = 159+57+57=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3939 is #60C6C6. Grayscale: #575757. Windows color (decimal): -6342343 or 3750303. OLE color: 3750303.

HSL color Cylindrical-coordinate representation of color #9F3939: hue angle of 0º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3939 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 57 57 -
CMYK 0 0.64 0.64 0.38
HSL 0.47% 0.42% -
HSV(B) 0.64% 0.62% -
XYZ 16.5 10.59 5.05 -
YUV 87.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 159 57 57 0 0.64 0.64 0.38 0 0.47 0.42
Hex 9F 39 39 0 40 40 26 0 2F 2A
Octal 237 71 71 0 100 100 46 0 57 52
Binary 10011111 111001 111001 0 1000000 1000000 100110 0 101111 101010

Color Harmonies of #9F3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3939

Black with #9F3939

Text Example


Text Example

White with #9F3939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F3939; }

 p { color: rgb(159,57,57); }

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

background-color css

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

 a { background-color: rgb(159,57,57); }

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

border-color css

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

 span { border-color: rgb(159,57,57); }

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