#BF343B

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

Shades of Mahogany #BF343B

Tints of Mahogany #BF343B

Color information

#BF343B (or 0xBF343B) is unknown color: approx Mahogany. HEX triplet: BF, 34 and 3B. RGB value is (191,52,59). Sum of RGB (Red+Green+Blue) = 191+52+59=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF343B is #40CBC4. Grayscale: #5E5E5E. Windows color (decimal): -4246469 or 3880127. OLE color: 3880127.

HSL color Cylindrical-coordinate representation of color #BF343B: hue angle of 356.98º 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 #BF343B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1915259-
CMYK00.730.690.25
HSL356.98º57.2%47.65%-
HSV(B)356.98º72.77%74.9%-
XYZ23.513.855.57-
YUV94.36108.05196.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.25%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=63.25%
G=17.22%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191525900.730.690.25356.9857.247.65
HexBF343B04945191653930
Octal27764730111105315457160
Binary1011111111010011101101001001100010111001101100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF343B; }

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

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

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

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

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

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

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

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