#B63034

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

Shades of Mahogany #B63034

Tints of Mahogany #B63034

Color information

#B63034 (or 0xB63034) is unknown color: approx Mahogany. HEX triplet: B6, 30 and 34. RGB value is (182,48,52). Sum of RGB (Red+Green+Blue) = 182+48+52=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B63034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63034 is #49CFCB. Grayscale: #585858. Windows color (decimal): -4837324 or 3420342. OLE color: 3420342.

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

Color convert

RGB1824852-
CMYK00.740.710.29
HSL358.21º58.26%45.1%-
HSV(B)358.21º73.63%71.37%-
XYZ20.9712.314.52-
YUV88.52107.39194.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.54%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=64.54%
G=17.02%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182485200.740.710.29358.2158.2645.1
HexB6303404A471D1663a2d
Octal26660640112107355467255
Binary1011011011000011010001001010100011111101101100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63034; }

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

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

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

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

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

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

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

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