#B73A3C

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

Shades of Mahogany #B73A3C

Tints of Mahogany #B73A3C

Color information

#B73A3C (or 0xB73A3C) is unknown color: approx Mahogany. HEX triplet: B7, 3A and 3C. RGB value is (183,58,60). Sum of RGB (Red+Green+Blue) = 183+58+60=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A3C is #48C5C3. Grayscale: #5F5F5F. Windows color (decimal): -4769220 or 3947191. OLE color: 3947191.

HSL color Cylindrical-coordinate representation of color #B73A3C: hue angle of 359.04º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73A3C is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1835860-
CMYK00.680.670.28
HSL359.04º51.87%47.25%-
HSV(B)359.04º68.31%71.76%-
XYZ21.8613.425.71-
YUV95.6107.91190.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 60 (23.83% from 255) = 19.93%
R=60.80%
G=19.27%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183586000.680.670.28359.0451.8747.25
HexB73A3C044431C167342f
Octal26772740104103345476457
Binary1011011111101011110001000100100001111100101100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73A3C; }

 p { color: rgb(183,58,60); }

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

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

 a { background-color: rgb(183,58,60); }

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

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

 span { border-color: rgb(183,58,60); }

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