#B13638

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

Shades of Mahogany #B13638

Tints of Mahogany #B13638

Color information

#B13638 (or 0xB13638) is unknown color: approx Mahogany. HEX triplet: B1, 36 and 38. RGB value is (177,54,56). Sum of RGB (Red+Green+Blue) = 177+54+56=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B13638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13638 is #4EC9C7. Grayscale: #5B5B5B. Windows color (decimal): -5163464 or 3684017. OLE color: 3684017.

HSL color Cylindrical-coordinate representation of color #B13638: 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 #B13638 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1775456-
CMYK00.690.680.31
HSL359.02º53.25%45.29%-
HSV(B)359.02º69.49%69.41%-
XYZ20.1612.275.05-
YUV91108.25189.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=61.67%
G=18.82%
B=19.51%

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
Decimal177545600.690.680.31359.0253.2545.29
HexB13638045441F167352d
Octal26166700105104375476555
Binary1011000111011011100001000101100010011111101100111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13638; }

 p { color: rgb(177,54,56); }

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

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

 a { background-color: rgb(177,54,56); }

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

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

 span { border-color: rgb(177,54,56); }

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