#B63335

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

Shades of Mahogany #B63335

Tints of Mahogany #B63335

Color information

#B63335 (or 0xB63335) is unknown color: approx Mahogany. HEX triplet: B6, 33 and 35. RGB value is (182,51,53). Sum of RGB (Red+Green+Blue) = 182+51+53=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B63335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63335 is #49CCCA. Grayscale: #5A5A5A. Windows color (decimal): -4836555 or 3486646. OLE color: 3486646.

HSL color Cylindrical-coordinate representation of color #B63335: hue angle of 359.08º 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 #B63335 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1825153-
CMYK00.720.710.29
HSL359.08º56.22%45.69%-
HSV(B)359.08º71.98%71.37%-
XYZ21.1212.574.68-
YUV90.4106.9193.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.64%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=63.64%
G=17.83%
B=18.53%

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
Decimal182515300.720.710.29359.0856.2245.69
HexB63335048471D167382e
Octal26663650110107355477056
Binary1011011011001111010101001000100011111101101100111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63335; }

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

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

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

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

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

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

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

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