#B34041

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

Shades of Mahogany #B34041

Tints of Mahogany #B34041

Color information

#B34041 (or 0xB34041) is unknown color: approx Mahogany. HEX triplet: B3, 40 and 41. RGB value is (179,64,65). Sum of RGB (Red+Green+Blue) = 179+64+65=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B34041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34041 is #4CBFBE. Grayscale: #626262. Windows color (decimal): -5029823 or 4276403. OLE color: 4276403.

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

Color convert

RGB1796465-
CMYK00.640.640.30
HSL359.48º47.33%47.65%-
HSV(B)359.48º64.25%70.2%-
XYZ21.3813.636.51-
YUV98.5109.1185.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.12%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=58.12%
G=20.78%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179646500.640.640.30359.4847.3347.65
HexB34041040401E1672f30
Octal2631001010100100365475760
Binary101100111000000100000101000000100000011110101100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34041; }

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

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

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

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

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

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

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

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