#B14041

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

Shades of Mahogany #B14041

Tints of Mahogany #B14041

Color information

#B14041 (or 0xB14041) is unknown color: approx Mahogany. HEX triplet: B1, 40 and 41. RGB value is (177,64,65). Sum of RGB (Red+Green+Blue) = 177+64+65=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B14041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14041 is #4EBFBE. Grayscale: #626262. Windows color (decimal): -5160895 or 4276401. OLE color: 4276401.

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

Color convert

RGB1776465-
CMYK00.640.630.31
HSL359.47º46.89%47.25%-
HSV(B)359.47º63.84%69.41%-
XYZ20.9213.46.48-
YUV97.9109.44184.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=57.84%
G=20.92%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177646500.640.630.31359.4746.8947.25
HexB140410403F1F1672f2f
Octal261100101010077375475757
Binary10110001100000010000010100000011111111111101100111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14041; }

 p { color: rgb(177,64,65); }

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

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

 a { background-color: rgb(177,64,65); }

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

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

 span { border-color: rgb(177,64,65); }

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