Html Css Color HEX #9B3939 Mexican Red

📋 copy color: '#9B3939'

red 155 ◦ green 57 ◦ blue 57

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

Shades of Mexican Red #9B3939

Tints of Mexican Red #9B3939

RGB

 RED value IS 155 (60.94% from 255) = 57.62%

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

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

R = 57.62%
G = 21.19%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B3939 (or 0x9B3939) is known color: Mexican Red. HEX triplet: 9B, 39 and 39. RGB value is (155,57,57). Sum of RGB (Red+Green+Blue) = 155+57+57=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3939 is #64C6C6. Grayscale: #565656. Windows color (decimal): -6604487 or 3750299. OLE color: 3750299.

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

Color convert

RGB 155 57 57 -
CMYK 0 0.63 0.63 0.39
HSL 0.46% 0.42% -
HSV(B) 0.63% 0.61% -
XYZ 15.72 10.19 5.01 -
YUV 86.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 155 57 57 0 0.63 0.63 0.39 0 0.46 0.42
Hex 9B 39 39 0 3F 3F 27 0 2E 2A
Octal 233 71 71 0 77 77 47 0 56 52
Binary 10011011 111001 111001 0 111111 111111 100111 0 101110 101010

Color Harmonies of #9B3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3939

Black with #9B3939

Text Example


Text Example

White with #9B3939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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