#B7282C

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

Shades of Mahogany #B7282C

Tints of Mahogany #B7282C

Color information

#B7282C (or 0xB7282C) is unknown color: approx Mahogany. HEX triplet: B7, 28 and 2C. RGB value is (183,40,44). Sum of RGB (Red+Green+Blue) = 183+40+44=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B7282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7282C is #48D7D3. Grayscale: #535353. Windows color (decimal): -4773844 or 2894007. OLE color: 2894007.

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

Color convert

RGB1834044-
CMYK00.780.760.28
HSL358.32º64.13%43.73%-
HSV(B)358.32º78.14%71.76%-
XYZ20.7411.773.56-
YUV83.21105.88199.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.54%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=68.54%
G=14.98%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183404400.780.760.28358.3264.1343.73
HexB7282C04E4C1C166402c
Octal267505401161143454610054
Binary10110111101000101100010011101001100111001011001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7282C; }

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

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

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

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

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

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

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

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