#BF3839

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

Shades of Mahogany #BF3839

Tints of Mahogany #BF3839

Color information

#BF3839 (or 0xBF3839) is unknown color: approx Mahogany. HEX triplet: BF, 38 and 39. RGB value is (191,56,57). Sum of RGB (Red+Green+Blue) = 191+56+57=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3839 is #40C7C6. Grayscale: #606060. Windows color (decimal): -4245447 or 3750079. OLE color: 3750079.

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

Color convert

RGB1915657-
CMYK00.710.700.25
HSL359.56º54.66%48.43%-
HSV(B)359.56º70.68%74.9%-
XYZ23.6414.25.37-
YUV96.48105.73195.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.83%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=62.83%
G=18.42%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191565700.710.700.25359.5654.6648.43
HexBF383904746191683730
Octal27770710107106315506760
Binary1011111111100011100101000111100011011001101101000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3839; }

 p { color: rgb(191,56,57); }

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

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

 a { background-color: rgb(191,56,57); }

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

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

 span { border-color: rgb(191,56,57); }

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