#B32F34

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

Shades of Mahogany #B32F34

Tints of Mahogany #B32F34

Color information

#B32F34 (or 0xB32F34) is unknown color: approx Mahogany. HEX triplet: B3, 2F and 34. RGB value is (179,47,52). Sum of RGB (Red+Green+Blue) = 179+47+52=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F34 is #4CD0CB. Grayscale: #575757. Windows color (decimal): -5034188 or 3420083. OLE color: 3420083.

HSL color Cylindrical-coordinate representation of color #B32F34: hue angle of 357.73º 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 #B32F34 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB1794752-
CMYK00.740.710.30
HSL357.73º58.41%44.31%-
HSV(B)357.73º73.74%70.2%-
XYZ20.2311.864.47-
YUV87.04108.23193.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=64.39%
G=16.91%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179475200.740.710.30357.7358.4144.31
HexB32F3404A471E1663a2c
Octal26357640112107365467254
Binary1011001110111111010001001010100011111110101100110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32F34; }

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

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

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

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

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

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

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

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