#BF3037

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

Shades of Mahogany #BF3037

Tints of Mahogany #BF3037

Color information

#BF3037 (or 0xBF3037) is unknown color: approx Mahogany. HEX triplet: BF, 30 and 37. RGB value is (191,48,55). Sum of RGB (Red+Green+Blue) = 191+48+55=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3037 is #40CFC8. Grayscale: #5B5B5B. Windows color (decimal): -4247497 or 3616959. OLE color: 3616959.

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

Color convert

RGB1914855-
CMYK00.750.710.25
HSL357.06º59.83%46.86%-
HSV(B)357.06º74.87%74.9%-
XYZ23.2313.474.99-
YUV91.56107.38198.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 55 (21.88% from 255) = 18.71%
R=64.97%
G=16.33%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191485500.750.710.25357.0659.8346.86
HexBF303704B47191653c2f
Octal27760670113107315457457
Binary1011111111000011011101001011100011111001101100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3037; }

 p { color: rgb(191,48,55); }

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

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

 a { background-color: rgb(191,48,55); }

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

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

 span { border-color: rgb(191,48,55); }

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