#B63031

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

Shades of Mahogany #B63031

Tints of Mahogany #B63031

Color information

#B63031 (or 0xB63031) is unknown color: approx Mahogany. HEX triplet: B6, 30 and 31. RGB value is (182,48,49). Sum of RGB (Red+Green+Blue) = 182+48+49=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B63031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63031 is #49CFCE. Grayscale: #585858. Windows color (decimal): -4837327 or 3223734. OLE color: 3223734.

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

Color convert

RGB1824849-
CMYK00.740.730.29
HSL359.55º58.26%45.1%-
HSV(B)359.55º73.63%71.37%-
XYZ20.912.284.17-
YUV88.18105.89194.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=65.23%
G=17.20%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182484900.740.730.29359.5558.2645.1
HexB6303104A491D1683a2d
Octal26660610112111355507255
Binary1011011011000011000101001010100100111101101101000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63031; }

 p { color: rgb(182,48,49); }

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

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

 a { background-color: rgb(182,48,49); }

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

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

 span { border-color: rgb(182,48,49); }

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