#B5393D

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

Shades of Mahogany #B5393D

Tints of Mahogany #B5393D

Color information

#B5393D (or 0xB5393D) is unknown color: approx Mahogany. HEX triplet: B5, 39 and 3D. RGB value is (181,57,61). Sum of RGB (Red+Green+Blue) = 181+57+61=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B5393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5393D is #4AC6C2. Grayscale: #5E5E5E. Windows color (decimal): -4900547 or 4012469. OLE color: 4012469.

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

Color convert

RGB1815761-
CMYK00.690.660.29
HSL358.06º52.1%46.67%-
HSV(B)358.06º68.51%70.98%-
XYZ21.3613.095.82-
YUV94.53109.08189.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.54%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=60.54%
G=19.06%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181576100.690.660.29358.0652.146.67
HexB5393D045421D166342f
Octal26571750105102355466457
Binary1011010111100111110101000101100001011101101100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5393D; }

 p { color: rgb(181,57,61); }

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

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

 a { background-color: rgb(181,57,61); }

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

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

 span { border-color: rgb(181,57,61); }

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