#BD3337

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

Shades of Mahogany #BD3337

Tints of Mahogany #BD3337

Color information

#BD3337 (or 0xBD3337) is unknown color: approx Mahogany. HEX triplet: BD, 33 and 37. RGB value is (189,51,55). Sum of RGB (Red+Green+Blue) = 189+51+55=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3337 is #42CCC8. Grayscale: #5C5C5C. Windows color (decimal): -4377801 or 3617725. OLE color: 3617725.

HSL color Cylindrical-coordinate representation of color #BD3337: hue angle of 358.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3337 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB1895155-
CMYK00.730.710.26
HSL358.26º57.5%47.06%-
HSV(B)358.26º73.02%74.12%-
XYZ22.8613.465.01-
YUV92.72106.72196.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=64.07%
G=17.29%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189515500.730.710.26358.2657.547.06
HexBD3337049471A1663a2f
Octal27563670111107325467257
Binary1011110111001111011101001001100011111010101100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3337; }

 p { color: rgb(189,51,55); }

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

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

 a { background-color: rgb(189,51,55); }

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

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

 span { border-color: rgb(189,51,55); }

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