#B63334

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

Shades of Mahogany #B63334

Tints of Mahogany #B63334

Color information

#B63334 (or 0xB63334) is unknown color: approx Mahogany. HEX triplet: B6, 33 and 34. RGB value is (182,51,52). Sum of RGB (Red+Green+Blue) = 182+51+52=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B63334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63334 is #49CCCB. Grayscale: #5A5A5A. Windows color (decimal): -4836556 or 3421110. OLE color: 3421110.

HSL color Cylindrical-coordinate representation of color #B63334: hue angle of 359.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63334 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1825152-
CMYK00.720.710.29
HSL359.54º56.22%45.69%-
HSV(B)359.54º71.98%71.37%-
XYZ21.112.564.56-
YUV90.28106.4193.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=63.86%
G=17.89%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182515200.720.710.29359.5456.2245.69
HexB63334048471D168382e
Octal26663640110107355507056
Binary1011011011001111010001001000100011111101101101000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63334; }

 p { color: rgb(182,51,52); }

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

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

 a { background-color: rgb(182,51,52); }

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

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

 span { border-color: rgb(182,51,52); }

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