#B54243

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

Shades of Mahogany #B54243

Tints of Mahogany #B54243

Color information

#B54243 (or 0xB54243) is unknown color: approx Mahogany. HEX triplet: B5, 42 and 43. RGB value is (181,66,67). Sum of RGB (Red+Green+Blue) = 181+66+67=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B54243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54243 is #4ABDBC. Grayscale: #646464. Windows color (decimal): -4898237 or 4407989. OLE color: 4407989.

HSL color Cylindrical-coordinate representation of color #B54243: hue angle of 359.48º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54243 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1816667-
CMYK00.640.630.29
HSL359.48º46.56%48.43%-
HSV(B)359.48º63.54%70.98%-
XYZ22.0214.136.88-
YUV100.5109.1185.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 67 (26.56% from 255) = 21.34%
R=57.64%
G=21.02%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181666700.640.630.29359.4846.5648.43
HexB542430403F1D1672f30
Octal265102103010077355475760
Binary10110101100001010000110100000011111111101101100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54243; }

 p { color: rgb(181,66,67); }

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

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

 a { background-color: rgb(181,66,67); }

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

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

 span { border-color: rgb(181,66,67); }

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