#B63739

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

Shades of Mahogany #B63739

Tints of Mahogany #B63739

Color information

#B63739 (or 0xB63739) is unknown color: approx Mahogany. HEX triplet: B6, 37 and 39. RGB value is (182,55,57). Sum of RGB (Red+Green+Blue) = 182+55+57=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B63739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63739 is #49C8C6. Grayscale: #5D5D5D. Windows color (decimal): -4835527 or 3749814. OLE color: 3749814.

HSL color Cylindrical-coordinate representation of color #B63739: hue angle of 359.06º 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 #B63739 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1825557-
CMYK00.700.690.29
HSL359.06º53.59%46.47%-
HSV(B)359.06º69.78%71.37%-
XYZ21.412.975.25-
YUV93.2107.58191.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=61.90%
G=18.71%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182555700.700.690.29359.0653.5946.47
HexB63739046451D167362e
Octal26667710106105355476656
Binary1011011011011111100101000110100010111101101100111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63739; }

 p { color: rgb(182,55,57); }

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

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

 a { background-color: rgb(182,55,57); }

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

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

 span { border-color: rgb(182,55,57); }

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