#B34142

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

Shades of Mahogany #B34142

Tints of Mahogany #B34142

Color information

#B34142 (or 0xB34142) is unknown color: approx Mahogany. HEX triplet: B3, 41 and 42. RGB value is (179,65,66). Sum of RGB (Red+Green+Blue) = 179+65+66=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B34142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34142 is #4CBEBD. Grayscale: #636363. Windows color (decimal): -5029566 or 4342195. OLE color: 4342195.

HSL color Cylindrical-coordinate representation of color #B34142: hue angle of 359.47º 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 #B34142 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1796566-
CMYK00.640.630.30
HSL359.47º46.72%47.84%-
HSV(B)359.47º63.69%70.2%-
XYZ21.4613.766.68-
YUV99.2109.27184.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=57.74%
G=20.97%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179656600.640.630.30359.4746.7247.84
HexB341420403F1E1672f30
Octal263101102010077365475760
Binary10110011100000110000100100000011111111110101100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34142; }

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

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

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

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

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

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

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

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