#B7282A

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

Shades of Mahogany #B7282A

Tints of Mahogany #B7282A

Color information

#B7282A (or 0xB7282A) is unknown color: approx Mahogany. HEX triplet: B7, 28 and 2A. RGB value is (183,40,42). Sum of RGB (Red+Green+Blue) = 183+40+42=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7282A is #48D7D5. Grayscale: #535353. Windows color (decimal): -4773846 or 2762935. OLE color: 2762935.

HSL color Cylindrical-coordinate representation of color #B7282A: hue angle of 359.16º degrees, saturation: 0.64, 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 #B7282A is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB1834042-
CMYK00.780.770.28
HSL359.16º64.13%43.73%-
HSV(B)359.16º78.14%71.76%-
XYZ20.7111.753.37-
YUV82.98104.88199.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.06%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=69.06%
G=15.09%
B=15.85%

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
Decimal183404200.780.770.28359.1664.1343.73
HexB7282A04E4D1C167402c
Octal267505201161153454710054
Binary10110111101000101010010011101001101111001011001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7282A; }

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

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

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

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

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

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

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

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