#BF3334

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

Shades of Mahogany #BF3334

Tints of Mahogany #BF3334

Color information

#BF3334 (or 0xBF3334) is unknown color: approx Mahogany. HEX triplet: BF, 33 and 34. RGB value is (191,51,52). Sum of RGB (Red+Green+Blue) = 191+51+52=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3334 is #40CCCB. Grayscale: #5D5D5D. Windows color (decimal): -4246732 or 3421119. OLE color: 3421119.

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

Color convert

RGB1915152-
CMYK00.730.730.25
HSL359.57º57.85%47.45%-
HSV(B)359.57º73.3%74.9%-
XYZ23.2913.694.66-
YUV92.97104.88197.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=64.97%
G=17.35%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191515200.730.730.25359.5757.8547.45
HexBF333404949191683a2f
Octal27763640111111315507257
Binary1011111111001111010001001001100100111001101101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3334; }

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

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

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

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

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

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

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

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