#BF3F41

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

Shades of Mahogany #BF3F41

Tints of Mahogany #BF3F41

Color information

#BF3F41 (or 0xBF3F41) is unknown color: approx Mahogany. HEX triplet: BF, 3F and 41. RGB value is (191,63,65). Sum of RGB (Red+Green+Blue) = 191+63+65=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F41 is #40C0BE. Grayscale: #656565. Windows color (decimal): -4243647 or 4276159. OLE color: 4276159.

HSL color Cylindrical-coordinate representation of color #BF3F41: hue angle of 359.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F41 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1916365-
CMYK00.670.660.25
HSL359.06º50.39%49.8%-
HSV(B)359.06º67.02%74.9%-
XYZ24.2215.016.62-
YUV101.5107.41191.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=59.87%
G=19.75%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191636500.670.660.25359.0650.3949.8
HexBF3F4104342191673232
Octal277771010103102315476262
Binary10111111111111100000101000011100001011001101100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F41; }

 p { color: rgb(191,63,65); }

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

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

 a { background-color: rgb(191,63,65); }

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

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

 span { border-color: rgb(191,63,65); }

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