#BF2627

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

Shades of Mahogany #BF2627

Tints of Mahogany #BF2627

Color information

#BF2627 (or 0xBF2627) is unknown color: approx Mahogany. HEX triplet: BF, 26 and 27. RGB value is (191,38,39). Sum of RGB (Red+Green+Blue) = 191+38+39=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2627 is #40D9D8. Grayscale: #545454. Windows color (decimal): -4250073 or 2565823. OLE color: 2565823.

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

Color convert

RGB1913839-
CMYK00.800.800.25
HSL359.61º66.81%44.9%-
HSV(B)359.61º80.1%74.9%-
XYZ22.5512.613.16-
YUV83.86102.69204.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.27%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=71.27%
G=14.18%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191383900.800.800.25359.6166.8144.9
HexBF26270505019168432d
Octal277464701201203155010355
Binary10111111100110100111010100001010000110011011010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2627; }

 p { color: rgb(191,38,39); }

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

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

 a { background-color: rgb(191,38,39); }

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

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

 span { border-color: rgb(191,38,39); }

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