#B73134

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

Shades of Mahogany #B73134

Tints of Mahogany #B73134

Color information

#B73134 (or 0xB73134) is unknown color: approx Mahogany. HEX triplet: B7, 31 and 34. RGB value is (183,49,52). Sum of RGB (Red+Green+Blue) = 183+49+52=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B73134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73134 is #48CECB. Grayscale: #595959. Windows color (decimal): -4771532 or 3420599. OLE color: 3420599.

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

Color convert

RGB1834952-
CMYK00.730.720.28
HSL358.66º57.76%45.49%-
HSV(B)358.66º73.22%71.76%-
XYZ21.2512.514.54-
YUV89.41106.89194.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.44%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=64.44%
G=17.25%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183495200.730.720.28358.6657.7645.49
HexB73134049481C1673a2d
Octal26761640111110345477255
Binary1011011111000111010001001001100100011100101100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73134; }

 p { color: rgb(183,49,52); }

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

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

 a { background-color: rgb(183,49,52); }

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

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

 span { border-color: rgb(183,49,52); }

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