#B7292A

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

Shades of Mahogany #B7292A

Tints of Mahogany #B7292A

Color information

#B7292A (or 0xB7292A) is unknown color: approx Mahogany. HEX triplet: B7, 29 and 2A. RGB value is (183,41,42). Sum of RGB (Red+Green+Blue) = 183+41+42=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7292A is #48D6D5. Grayscale: #535353. Windows color (decimal): -4773590 or 2763191. OLE color: 2763191.

HSL color Cylindrical-coordinate representation of color #B7292A: hue angle of 359.58º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7292A is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB1834142-
CMYK00.780.770.28
HSL359.58º63.39%43.92%-
HSV(B)359.58º77.6%71.76%-
XYZ20.7411.823.38-
YUV83.57104.54198.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.80%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=68.80%
G=15.41%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183414200.780.770.28359.5863.3943.92
HexB7292A04E4D1C1683f2c
Octal26751520116115345507754
Binary1011011110100110101001001110100110111100101101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7292A; }

 p { color: rgb(183,41,42); }

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

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

 a { background-color: rgb(183,41,42); }

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

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

 span { border-color: rgb(183,41,42); }

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