Html Css Color HEX #9B4341 Mexican Red

📋 copy color: '#9B4341'

red 155 ◦ green 67 ◦ blue 65

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

Shades of Mexican Red #9B4341

Tints of Mexican Red #9B4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 54.01%
G = 23.34%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B4341 (or 0x9B4341) is known color: Mexican Red. HEX triplet: 9B, 43 and 41. RGB value is (155,67,65). Sum of RGB (Red+Green+Blue) = 155+67+65=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4341 is #64BCBE. Grayscale: #5D5D5D. Windows color (decimal): -6601919 or 4277147. OLE color: 4277147.

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

Color convert

RGB 155 67 65 -
CMYK 0 0.57 0.58 0.39
HSL 1.33º 0.41% 0.43% -
HSV(B) 1.33º 0.58% 0.61% -
XYZ 16.48 11.36 6.33 -
YUV 93.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 155 67 65 0 0.57 0.58 0.39 1.33 0.41 0.43
Hex 9B 43 41 0 39 3A 27 1 29 2B
Octal 233 103 101 0 71 72 47 1 51 53
Binary 10011011 1000011 1000001 0 111001 111010 100111 1 101001 101011

Color Harmonies of #9B4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4341

Black with #9B4341

Text Example


Text Example

White with #9B4341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,67,65); }

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

background-color css

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

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

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

border-color css

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

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

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