#B9343A

Color #B9343A Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #B9343A

Tints of Mahogany #B9343A

Color information

#B9343A (or 0xB9343A) is unknown color: approx Mahogany. HEX triplet: B9, 34 and 3A. RGB value is (185,52,58). Sum of RGB (Red+Green+Blue) = 185+52+58=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9343A is #46CBC5. Grayscale: #5C5C5C. Windows color (decimal): -4639686 or 3814585. OLE color: 3814585.

HSL color Cylindrical-coordinate representation of color #B9343A: hue angle of 357.29º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9343A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1855258-
CMYK00.720.690.27
HSL357.29º56.12%46.47%-
HSV(B)357.29º71.89%72.55%-
XYZ2213.085.37-
YUV92.45108.56194.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=62.71%
G=17.63%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185525800.720.690.27357.2956.1246.47
HexB9343A048451B165382e
Octal27164720110105335457056
Binary1011100111010011101001001000100010111011101100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9343A; }

 p { color: rgb(185,52,58); }

 H1.HeaderClassName
 {
   color: #B9343A;
 }
 .AnyTagClassName
 {
   color: #B9343A;
 }
</style>
background-color css

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

 a { background-color: rgb(185,52,58); }

 div.DivClassName
 {
   background-color: #B9343A;
 }
 .BgClassName
 {
   background-color: #B9343A;
 }
</style>
border-color css

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

 span { border-color: rgb(185,52,58); }

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