#b73238

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

Shades of Mahogany #B73238

Tints of Mahogany #B73238

Color information

#B73238 (or 0xB73238) is unknown color: approx Mahogany. HEX triplet: B7, 32 and 38. RGB value is (183,50,56). Sum of RGB (Red+Green+Blue) = 183+50+56=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B73238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73238 is #48CDC7. Grayscale: #5A5A5A. Windows color (decimal): -4771272 or 3682999. OLE color: 3682999.

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

Color convert

RGB1835056-
CMYK00.730.690.28
HSL357.29º57.08%45.69%-
HSV(B)357.29º72.68%71.76%-
XYZ21.3812.635.05-
YUV90.45108.56194.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=63.32%
G=17.30%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183505600.730.690.28357.2957.0845.69
HexB73238049451C165392e
Octal26762700111105345457156
Binary1011011111001011100001001001100010111100101100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73238; }

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

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

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

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

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

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

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

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