#B13739

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

Shades of Mahogany #B13739

Tints of Mahogany #B13739

Color information

#B13739 (or 0xB13739) is unknown color: approx Mahogany. HEX triplet: B1, 37 and 39. RGB value is (177,55,57). Sum of RGB (Red+Green+Blue) = 177+55+57=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B13739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13739 is #4EC8C6. Grayscale: #5B5B5B. Windows color (decimal): -5163207 or 3749809. OLE color: 3749809.

HSL color Cylindrical-coordinate representation of color #B13739: hue angle of 359.02º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13739 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1775557-
CMYK00.690.680.31
HSL359.02º52.59%45.49%-
HSV(B)359.02º68.93%69.41%-
XYZ20.2412.375.19-
YUV91.71108.42188.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=61.25%
G=19.03%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177555700.690.680.31359.0252.5945.49
HexB13739045441F167352d
Octal26167710105104375476555
Binary1011000111011111100101000101100010011111101100111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13739; }

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

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

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

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

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

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

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

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