#BF2629

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

Shades of Mahogany #BF2629

Tints of Mahogany #BF2629

Color information

#BF2629 (or 0xBF2629) is unknown color: approx Mahogany. HEX triplet: BF, 26 and 29. RGB value is (191,38,41). Sum of RGB (Red+Green+Blue) = 191+38+41=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2629 is #40D9D6. Grayscale: #545454. Windows color (decimal): -4250071 or 2696895. OLE color: 2696895.

HSL color Cylindrical-coordinate representation of color #BF2629: hue angle of 358.82º 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 #BF2629 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1913841-
CMYK00.800.790.25
HSL358.82º66.81%44.9%-
HSV(B)358.82º80.1%74.9%-
XYZ22.5812.623.34-
YUV84.09103.69204.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.74%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=70.74%
G=14.07%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191384100.800.790.25358.8266.8144.9
HexBF26290504F19167432d
Octal277465101201173154710355
Binary10111111100110101001010100001001111110011011001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2629; }

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

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

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

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

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

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

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

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