#B73032

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

Shades of Mahogany #B73032

Tints of Mahogany #B73032

Color information

#B73032 (or 0xB73032) is unknown color: approx Mahogany. HEX triplet: B7, 30 and 32. RGB value is (183,48,50). Sum of RGB (Red+Green+Blue) = 183+48+50=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B73032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73032 is #48CFCD. Grayscale: #585858. Windows color (decimal): -4771790 or 3289271. OLE color: 3289271.

HSL color Cylindrical-coordinate representation of color #B73032: hue angle of 359.11º 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 #B73032 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1834850-
CMYK00.740.730.28
HSL359.11º58.44%45.29%-
HSV(B)359.11º73.77%71.76%-
XYZ21.1612.414.3-
YUV88.59106.23195.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=65.12%
G=17.08%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183485000.740.730.28359.1158.4445.29
HexB7303204A491C1673a2d
Octal26760620112111345477255
Binary1011011111000011001001001010100100111100101100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73032; }

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

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

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

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

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

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

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

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