#B63033

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

Shades of Mahogany #B63033

Tints of Mahogany #B63033

Color information

#B63033 (or 0xB63033) is unknown color: approx Mahogany. HEX triplet: B6, 30 and 33. RGB value is (182,48,51). Sum of RGB (Red+Green+Blue) = 182+48+51=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B63033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63033 is #49CFCC. Grayscale: #585858. Windows color (decimal): -4837325 or 3354806. OLE color: 3354806.

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

Color convert

RGB1824851-
CMYK00.740.720.29
HSL358.66º58.26%45.1%-
HSV(B)358.66º73.63%71.37%-
XYZ20.9512.34.4-
YUV88.41106.89194.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.77%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=64.77%
G=17.08%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182485100.740.720.29358.6658.2645.1
HexB6303304A481D1673a2d
Octal26660630112110355477255
Binary1011011011000011001101001010100100011101101100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63033; }

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

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

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

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

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

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

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

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