#B83336

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

Shades of Mahogany #B83336

Tints of Mahogany #B83336

Color information

#B83336 (or 0xB83336) is unknown color: approx Mahogany. HEX triplet: B8, 33 and 36. RGB value is (184,51,54). Sum of RGB (Red+Green+Blue) = 184+51+54=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B83336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83336 is #47CCC9. Grayscale: #5B5B5B. Windows color (decimal): -4705482 or 3552184. OLE color: 3552184.

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

Color convert

RGB1845154-
CMYK00.720.710.28
HSL358.65º56.6%46.08%-
HSV(B)358.65º72.28%72.16%-
XYZ21.6212.824.83-
YUV91.11107.06194.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.67%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=63.67%
G=17.65%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184515400.720.710.28358.6556.646.08
HexB83336048471C167392e
Octal27063660110107345477156
Binary1011100011001111011001001000100011111100101100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83336; }

 p { color: rgb(184,51,54); }

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

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

 a { background-color: rgb(184,51,54); }

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

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

 span { border-color: rgb(184,51,54); }

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