#B43639

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

Shades of Mahogany #B43639

Tints of Mahogany #B43639

Color information

#B43639 (or 0xB43639) is unknown color: approx Mahogany. HEX triplet: B4, 36 and 39. RGB value is (180,54,57). Sum of RGB (Red+Green+Blue) = 180+54+57=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B43639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43639 is #4BC9C6. Grayscale: #5C5C5C. Windows color (decimal): -4966855 or 3749556. OLE color: 3749556.

HSL color Cylindrical-coordinate representation of color #B43639: hue angle of 358.57º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43639 is Cyan = 0, Magento = 0.7, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1805457-
CMYK00.70.680.29
HSL358.57º53.85%45.88%-
HSV(B)358.57º70%70.59%-
XYZ20.8812.645.21-
YUV92.02108.24190.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.86%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 57 (22.66% from 255) = 19.59%
R=61.86%
G=18.56%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180545700.70.680.29358.5753.8545.88
HexB43639046441D167362e
Octal26466710106104355476656
Binary1011010011011011100101000110100010011101101100111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43639; }

 p { color: rgb(180,54,57); }

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

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

 a { background-color: rgb(180,54,57); }

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

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

 span { border-color: rgb(180,54,57); }

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