#B53135

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

Shades of Mahogany #B53135

Tints of Mahogany #B53135

Color information

#B53135 (or 0xB53135) is unknown color: approx Mahogany. HEX triplet: B5, 31 and 35. RGB value is (181,49,53). Sum of RGB (Red+Green+Blue) = 181+49+53=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B53135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53135 is #4ACECA. Grayscale: #595959. Windows color (decimal): -4902603 or 3486133. OLE color: 3486133.

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

Color convert

RGB1814953-
CMYK00.730.710.29
HSL358.18º57.39%45.1%-
HSV(B)358.18º72.93%70.98%-
XYZ20.812.284.64-
YUV88.92107.73193.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.96%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=63.96%
G=17.31%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181495300.730.710.29358.1857.3945.1
HexB53135049471D166392d
Octal26561650111107355467155
Binary1011010111000111010101001001100011111101101100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53135; }

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

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

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

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

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

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

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

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