#B93334

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

Shades of Mahogany #B93334

Tints of Mahogany #B93334

Color information

#B93334 (or 0xB93334) is unknown color: approx Mahogany. HEX triplet: B9, 33 and 34. RGB value is (185,51,52). Sum of RGB (Red+Green+Blue) = 185+51+52=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B93334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93334 is #46CCCB. Grayscale: #5B5B5B. Windows color (decimal): -4639948 or 3421113. OLE color: 3421113.

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

Color convert

RGB1855152-
CMYK00.720.720.27
HSL359.55º56.78%46.27%-
HSV(B)359.55º72.43%72.55%-
XYZ21.8112.934.59-
YUV91.18105.89194.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.24%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=64.24%
G=17.71%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185515200.720.720.27359.5556.7846.27
HexB93334048481B168392e
Octal27163640110110335507156
Binary1011100111001111010001001000100100011011101101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93334; }

 p { color: rgb(185,51,52); }

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

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

 a { background-color: rgb(185,51,52); }

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

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

 span { border-color: rgb(185,51,52); }

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