#B53335

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

Shades of Mahogany #B53335

Tints of Mahogany #B53335

Color information

#B53335 (or 0xB53335) is unknown color: approx Mahogany. HEX triplet: B5, 33 and 35. RGB value is (181,51,53). Sum of RGB (Red+Green+Blue) = 181+51+53=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B53335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53335 is #4ACCCA. Grayscale: #5A5A5A. Windows color (decimal): -4902091 or 3486645. OLE color: 3486645.

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

Color convert

RGB1815153-
CMYK00.720.710.29
HSL359.08º56.03%45.49%-
HSV(B)359.08º71.82%70.98%-
XYZ20.8812.454.67-
YUV90.1107.07192.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.51%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=63.51%
G=17.89%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181515300.720.710.29359.0856.0345.49
HexB53335048471D167382d
Octal26563650110107355477055
Binary1011010111001111010101001000100011111101101100111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53335; }

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

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

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

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

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

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

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

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