Html Css Color HEX #9B413E Mexican Red

📋 copy color: '#9B413E'

red 155 ◦ green 65 ◦ blue 62

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

Shades of Mexican Red #9B413E

Tints of Mexican Red #9B413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 54.96%
G = 23.05%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B413E (or 0x9B413E) is known color: Mexican Red. HEX triplet: 9B, 41 and 3E. RGB value is (155,65,62). Sum of RGB (Red+Green+Blue) = 155+65+62=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B413E is #64BEC1. Grayscale: #5B5B5B. Windows color (decimal): -6602434 or 4080027. OLE color: 4080027.

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

Color convert

RGB 155 65 62 -
CMYK 0 0.58 0.6 0.39
HSL 1.94º 0.43% 0.43% -
HSV(B) 1.94º 0.6% 0.61% -
XYZ 16.28 11.1 5.84 -
YUV 91.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 155 65 62 0 0.58 0.6 0.39 1.94 0.43 0.43
Hex 9B 41 3E 0 3A 3C 27 2 2B 2B
Octal 233 101 76 0 72 74 47 2 53 53
Binary 10011011 1000001 111110 0 111010 111100 100111 10 101011 101011

Color Harmonies of #9B413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B413E

Black with #9B413E

Text Example


Text Example

White with #9B413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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