#B82729

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

Shades of Mahogany #B82729

Tints of Mahogany #B82729

Color information

#B82729 (or 0xB82729) is unknown color: approx Mahogany. HEX triplet: B8, 27 and 29. RGB value is (184,39,41). Sum of RGB (Red+Green+Blue) = 184+39+41=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B82729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82729 is #47D8D6. Grayscale: #525252. Windows color (decimal): -4708567 or 2697144. OLE color: 2697144.

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

Color convert

RGB1843941-
CMYK00.790.780.28
HSL359.17º65.02%43.73%-
HSV(B)359.17º78.8%72.16%-
XYZ20.8911.83.27-
YUV82.58104.54200.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.70%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 41 (16.41% from 255) = 15.53%
R=69.70%
G=14.77%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184394100.790.780.28359.1765.0243.73
HexB8272904F4E1C167412c
Octal270475101171163454710154
Binary10111000100111101001010011111001110111001011001111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82729; }

 p { color: rgb(184,39,41); }

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

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

 a { background-color: rgb(184,39,41); }

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

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

 span { border-color: rgb(184,39,41); }

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