#B72E34

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

Shades of Mahogany #B72E34

Tints of Mahogany #B72E34

Color information

#B72E34 (or 0xB72E34) is unknown color: approx Mahogany. HEX triplet: B7, 2E and 34. RGB value is (183,46,52). Sum of RGB (Red+Green+Blue) = 183+46+52=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E34 is #48D1CB. Grayscale: #575757. Windows color (decimal): -4772300 or 3419831. OLE color: 3419831.

HSL color Cylindrical-coordinate representation of color #B72E34: hue angle of 357.37º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E34 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB1834652-
CMYK00.750.720.28
HSL357.37º59.83%44.9%-
HSV(B)357.37º74.86%71.76%-
XYZ21.1312.274.5-
YUV87.65107.89196.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=65.12%
G=16.37%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183465200.750.720.28357.3759.8344.9
HexB72E3404B481C1653c2d
Octal26756640113110345457455
Binary1011011110111011010001001011100100011100101100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E34; }

 p { color: rgb(183,46,52); }

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

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

 a { background-color: rgb(183,46,52); }

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

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

 span { border-color: rgb(183,46,52); }

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