Html Css Color HEX #9B413D Mexican Red

📋 copy color: '#9B413D'

red 155 ◦ green 65 ◦ blue 61

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

Shades of Mexican Red #9B413D

Tints of Mexican Red #9B413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 55.16%
G = 23.13%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B413D (or 0x9B413D) is known color: Mexican Red. HEX triplet: 9B, 41 and 3D. RGB value is (155,65,61). Sum of RGB (Red+Green+Blue) = 155+65+61=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B413D is #64BEC2. Grayscale: #5B5B5B. Windows color (decimal): -6602435 or 4014491. OLE color: 4014491.

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

Color convert

RGB 155 65 61 -
CMYK 0 0.58 0.61 0.39
HSL 2.55º 0.44% 0.42% -
HSV(B) 2.55º 0.61% 0.61% -
XYZ 16.25 11.09 5.7 -
YUV 91.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 155 65 61 0 0.58 0.61 0.39 2.55 0.44 0.42
Hex 9B 41 3D 0 3A 3D 27 3 2C 2A
Octal 233 101 75 0 72 75 47 3 54 52
Binary 10011011 1000001 111101 0 111010 111101 100111 11 101100 101010

Color Harmonies of #9B413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B413D

Black with #9B413D

Text Example


Text Example

White with #9B413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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