#B93E41

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

Shades of Mahogany #B93E41

Tints of Mahogany #B93E41

Color information

#B93E41 (or 0xB93E41) is unknown color: approx Mahogany. HEX triplet: B9, 3E and 41. RGB value is (185,62,65). Sum of RGB (Red+Green+Blue) = 185+62+65=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E41 is #46C1BE. Grayscale: #636363. Windows color (decimal): -4637119 or 4275897. OLE color: 4275897.

HSL color Cylindrical-coordinate representation of color #B93E41: hue angle of 358.54º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E41 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1856265-
CMYK00.660.650.27
HSL358.54º49.8%48.43%-
HSV(B)358.54º66.49%72.55%-
XYZ22.6814.146.53-
YUV99.12108.75189.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=59.29%
G=19.87%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185626500.660.650.27358.5449.848.43
HexB93E41042411B1673230
Octal271761010102101335476260
Binary10111001111110100000101000010100000111011101100111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E41; }

 p { color: rgb(185,62,65); }

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

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

 a { background-color: rgb(185,62,65); }

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

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

 span { border-color: rgb(185,62,65); }

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