#B33438

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

Shades of Mahogany #B33438

Tints of Mahogany #B33438

Color information

#B33438 (or 0xB33438) is unknown color: approx Mahogany. HEX triplet: B3, 34 and 38. RGB value is (179,52,56). Sum of RGB (Red+Green+Blue) = 179+52+56=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B33438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33438 is #4CCBC7. Grayscale: #5A5A5A. Windows color (decimal): -5032904 or 3683507. OLE color: 3683507.

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

Color convert

RGB1795256-
CMYK00.710.690.30
HSL358.11º54.98%45.29%-
HSV(B)358.11º70.95%70.2%-
XYZ20.5312.335.04-
YUV90.43108.58191.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.37%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=62.37%
G=18.12%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179525600.710.690.30358.1154.9845.29
HexB33438047451E166372d
Octal26364700107105365466755
Binary1011001111010011100001000111100010111110101100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33438; }

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

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

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

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

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

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

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

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