#B73536

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

Shades of Mahogany #B73536

Tints of Mahogany #B73536

Color information

#B73536 (or 0xB73536) is unknown color: approx Mahogany. HEX triplet: B7, 35 and 36. RGB value is (183,53,54). Sum of RGB (Red+Green+Blue) = 183+53+54=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73536 is #48CAC9. Grayscale: #5C5C5C. Windows color (decimal): -4770506 or 3552695. OLE color: 3552695.

HSL color Cylindrical-coordinate representation of color #B73536: hue angle of 359.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73536 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1835354-
CMYK00.710.700.28
HSL359.54º55.08%46.27%-
HSV(B)359.54º71.04%71.76%-
XYZ21.4712.884.84-
YUV91.98106.57192.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.10%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=63.10%
G=18.28%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183535400.710.700.28359.5455.0846.27
HexB73536047461C168372e
Octal26765660107106345506756
Binary1011011111010111011001000111100011011100101101000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73536; }

 p { color: rgb(183,53,54); }

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

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

 a { background-color: rgb(183,53,54); }

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

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

 span { border-color: rgb(183,53,54); }

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