#BD4041

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

Shades of Mahogany #BD4041

Tints of Mahogany #BD4041

Color information

#BD4041 (or 0xBD4041) is unknown color: approx Mahogany. HEX triplet: BD, 40 and 41. RGB value is (189,64,65). Sum of RGB (Red+Green+Blue) = 189+64+65=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4041 is #42BFBE. Grayscale: #656565. Windows color (decimal): -4374463 or 4276413. OLE color: 4276413.

HSL color Cylindrical-coordinate representation of color #BD4041: hue angle of 359.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4041 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1896465-
CMYK00.660.660.26
HSL359.52º49.41%49.61%-
HSV(B)359.52º66.14%74.12%-
XYZ23.7714.876.62-
YUV101.49107.41190.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=59.43%
G=20.13%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189646500.660.660.26359.5249.4149.61
HexBD4041042421A1683132
Octal2751001010102102325506162
Binary101111011000000100000101000010100001011010101101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4041; }

 p { color: rgb(189,64,65); }

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

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

 a { background-color: rgb(189,64,65); }

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

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

 span { border-color: rgb(189,64,65); }

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