#B73033

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

Shades of Mahogany #B73033

Tints of Mahogany #B73033

Color information

#B73033 (or 0xB73033) is unknown color: approx Mahogany. HEX triplet: B7, 30 and 33. RGB value is (183,48,51). Sum of RGB (Red+Green+Blue) = 183+48+51=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B73033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73033 is #48CFCC. Grayscale: #585858. Windows color (decimal): -4771789 or 3354807. OLE color: 3354807.

HSL color Cylindrical-coordinate representation of color #B73033: hue angle of 358.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73033 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB1834851-
CMYK00.740.720.28
HSL358.67º58.44%45.29%-
HSV(B)358.67º73.77%71.76%-
XYZ21.1812.424.41-
YUV88.71106.73195.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=64.89%
G=17.02%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183485100.740.720.28358.6758.4445.29
HexB7303304A481C1673a2d
Octal26760630112110345477255
Binary1011011111000011001101001010100100011100101100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73033; }

 p { color: rgb(183,48,51); }

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

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

 a { background-color: rgb(183,48,51); }

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

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

 span { border-color: rgb(183,48,51); }

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