#B63F41

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

Shades of Mahogany #B63F41

Tints of Mahogany #B63F41

Color information

#B63F41 (or 0xB63F41) is unknown color: approx Mahogany. HEX triplet: B6, 3F and 41. RGB value is (182,63,65). Sum of RGB (Red+Green+Blue) = 182+63+65=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F41 is #49C0BE. Grayscale: #626262. Windows color (decimal): -4833471 or 4276150. OLE color: 4276150.

HSL color Cylindrical-coordinate representation of color #B63F41: hue angle of 358.99º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F41 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1826365-
CMYK00.650.640.29
HSL358.99º48.57%48.04%-
HSV(B)358.99º65.38%71.37%-
XYZ22.0213.886.52-
YUV98.81108.92187.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=58.71%
G=20.32%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182636500.650.640.29358.9948.5748.04
HexB63F41041401D1673130
Octal266771010101100355476160
Binary10110110111111100000101000001100000011101101100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63F41; }

 p { color: rgb(182,63,65); }

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

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

 a { background-color: rgb(182,63,65); }

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

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

 span { border-color: rgb(182,63,65); }

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