#B33135

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

Shades of Mahogany #B33135

Tints of Mahogany #B33135

Color information

#B33135 (or 0xB33135) is unknown color: approx Mahogany. HEX triplet: B3, 31 and 35. RGB value is (179,49,53). Sum of RGB (Red+Green+Blue) = 179+49+53=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B33135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33135 is #4CCECA. Grayscale: #585858. Windows color (decimal): -5033675 or 3486131. OLE color: 3486131.

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

Color convert

RGB1794953-
CMYK00.730.700.30
HSL358.15º57.02%44.71%-
HSV(B)358.15º72.63%70.2%-
XYZ20.3312.044.62-
YUV88.33108.07192.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=63.70%
G=17.44%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179495300.730.700.30358.1557.0244.71
HexB33135049461E166392d
Octal26361650111106365467155
Binary1011001111000111010101001001100011011110101100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33135; }

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

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

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

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

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

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

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

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