#B32F33

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

Shades of Mahogany #B32F33

Tints of Mahogany #B32F33

Color information

#B32F33 (or 0xB32F33) is unknown color: approx Mahogany. HEX triplet: B3, 2F and 33. RGB value is (179,47,51). Sum of RGB (Red+Green+Blue) = 179+47+51=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F33 is #4CD0CC. Grayscale: #575757. Windows color (decimal): -5034189 or 3354547. OLE color: 3354547.

HSL color Cylindrical-coordinate representation of color #B32F33: hue angle of 358.18º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F33 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1794751-
CMYK00.740.720.30
HSL358.18º58.41%44.31%-
HSV(B)358.18º73.74%70.2%-
XYZ20.211.864.36-
YUV86.92107.73193.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.62%
GREEN value IS 47 (18.75% from 255) = 16.97%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=64.62%
G=16.97%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179475100.740.720.30358.1858.4144.31
HexB32F3304A481E1663a2c
Octal26357630112110365467254
Binary1011001110111111001101001010100100011110101100110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32F33; }

 p { color: rgb(179,47,51); }

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

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

 a { background-color: rgb(179,47,51); }

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

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

 span { border-color: rgb(179,47,51); }

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