#B62D32

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

Shades of Mahogany #B62D32

Tints of Mahogany #B62D32

Color information

#B62D32 (or 0xB62D32) is unknown color: approx Mahogany. HEX triplet: B6, 2D and 32. RGB value is (182,45,50). Sum of RGB (Red+Green+Blue) = 182+45+50=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62D32 is #49D2CD. Grayscale: #565656. Windows color (decimal): -4838094 or 3288502. OLE color: 3288502.

HSL color Cylindrical-coordinate representation of color #B62D32: hue angle of 357.81º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D32 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1824550-
CMYK00.750.730.29
HSL357.81º60.35%44.51%-
HSV(B)357.81º75.27%71.37%-
XYZ20.8112.054.25-
YUV86.53107.39196.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.70%
GREEN value IS 45 (17.97% from 255) = 16.25%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=65.70%
G=16.25%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182455000.750.730.29357.8160.3544.51
HexB62D3204B491D1663c2d
Octal26655620113111355467455
Binary1011011010110111001001001011100100111101101100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D32; }

 p { color: rgb(182,45,50); }

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

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

 a { background-color: rgb(182,45,50); }

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

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

 span { border-color: rgb(182,45,50); }

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