#BF343A

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

Shades of Mahogany #BF343A

Tints of Mahogany #BF343A

Color information

#BF343A (or 0xBF343A) is unknown color: approx Mahogany. HEX triplet: BF, 34 and 3A. RGB value is (191,52,58). Sum of RGB (Red+Green+Blue) = 191+52+58=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF343A is #40CBC5. Grayscale: #5E5E5E. Windows color (decimal): -4246470 or 3814591. OLE color: 3814591.

HSL color Cylindrical-coordinate representation of color #BF343A: hue angle of 357.41º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF343A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1915258-
CMYK00.730.700.25
HSL357.41º57.2%47.65%-
HSV(B)357.41º72.77%74.9%-
XYZ23.4813.845.44-
YUV94.24107.55197.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.46%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=63.46%
G=17.28%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191525800.730.700.25357.4157.247.65
HexBF343A04946191653930
Octal27764720111106315457160
Binary1011111111010011101001001001100011011001101100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF343A; }

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

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

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

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

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

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

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

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