#B73335

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

Shades of Mahogany #B73335

Tints of Mahogany #B73335

Color information

#B73335 (or 0xB73335) is unknown color: approx Mahogany. HEX triplet: B7, 33 and 35. RGB value is (183,51,53). Sum of RGB (Red+Green+Blue) = 183+51+53=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B73335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73335 is #48CCCA. Grayscale: #5A5A5A. Windows color (decimal): -4771019 or 3486647. OLE color: 3486647.

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

Color convert

RGB1835153-
CMYK00.720.710.28
HSL359.09º56.41%45.88%-
HSV(B)359.09º72.13%71.76%-
XYZ21.3512.694.69-
YUV90.7106.73193.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=63.76%
G=17.77%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183515300.720.710.28359.0956.4145.88
HexB73335048471C167382e
Octal26763650110107345477056
Binary1011011111001111010101001000100011111100101100111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73335; }

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

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

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

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

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

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

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

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