#B9393D

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

Shades of Mahogany #B9393D

Tints of Mahogany #B9393D

Color information

#B9393D (or 0xB9393D) is unknown color: approx Mahogany. HEX triplet: B9, 39 and 3D. RGB value is (185,57,61). Sum of RGB (Red+Green+Blue) = 185+57+61=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9393D is #46C6C2. Grayscale: #5F5F5F. Windows color (decimal): -4638403 or 4012473. OLE color: 4012473.

HSL color Cylindrical-coordinate representation of color #B9393D: hue angle of 358.12º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9393D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1855761-
CMYK00.690.670.27
HSL358.12º52.89%47.45%-
HSV(B)358.12º69.19%72.55%-
XYZ22.3113.585.86-
YUV95.73108.41191.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=61.06%
G=18.81%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185576100.690.670.27358.1252.8947.45
HexB9393D045431B166352f
Octal27171750105103335466557
Binary1011100111100111110101000101100001111011101100110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9393D; }

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

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

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

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

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

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

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

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