#BF272A

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

Shades of Mahogany #BF272A

Tints of Mahogany #BF272A

Color information

#BF272A (or 0xBF272A) is unknown color: approx Mahogany. HEX triplet: BF, 27 and 2A. RGB value is (191,39,42). Sum of RGB (Red+Green+Blue) = 191+39+42=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF272A is #40D8D5. Grayscale: #545454. Windows color (decimal): -4249814 or 2762687. OLE color: 2762687.

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

Color convert

RGB1913942-
CMYK00.800.780.25
HSL358.82º66.09%45.1%-
HSV(B)358.82º79.58%74.9%-
XYZ22.6312.693.45-
YUV84.79103.86203.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.22%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=70.22%
G=14.34%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191394200.800.780.25358.8266.0945.1
HexBF272A0504E19167422d
Octal277475201201163154710255
Binary10111111100111101010010100001001110110011011001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF272A; }

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

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

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

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

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

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

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

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