#B33539

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

Shades of Mahogany #B33539

Tints of Mahogany #B33539

Color information

#B33539 (or 0xB33539) is unknown color: approx Mahogany. HEX triplet: B3, 35 and 39. RGB value is (179,53,57). Sum of RGB (Red+Green+Blue) = 179+53+57=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B33539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33539 is #4CCAC6. Grayscale: #5B5B5B. Windows color (decimal): -5032647 or 3749299. OLE color: 3749299.

HSL color Cylindrical-coordinate representation of color #B33539: hue angle of 358.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33539 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1795357-
CMYK00.700.680.30
HSL358.1º54.31%45.49%-
HSV(B)358.1º70.39%70.2%-
XYZ20.612.435.18-
YUV91.13108.74190.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=61.94%
G=18.34%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179535700.700.680.30358.154.3145.49
HexB33539046441E166362d
Octal26365710106104365466655
Binary1011001111010111100101000110100010011110101100110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33539; }

 p { color: rgb(179,53,57); }

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

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

 a { background-color: rgb(179,53,57); }

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

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

 span { border-color: rgb(179,53,57); }

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