#B92728

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

Shades of Mahogany #B92728

Tints of Mahogany #B92728

Color information

#B92728 (or 0xB92728) is unknown color: approx Mahogany. HEX triplet: B9, 27 and 28. RGB value is (185,39,40). Sum of RGB (Red+Green+Blue) = 185+39+40=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B92728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92728 is #46D8D7. Grayscale: #525252. Windows color (decimal): -4643032 or 2631609. OLE color: 2631609.

HSL color Cylindrical-coordinate representation of color #B92728: hue angle of 359.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92728 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1853940-
CMYK00.790.780.27
HSL359.59º65.18%43.92%-
HSV(B)359.59º78.92%72.55%-
XYZ21.1211.923.2-
YUV82.77103.87200.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.08%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=70.08%
G=14.77%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185394000.790.780.27359.5965.1843.92
HexB9272804F4E1B168412c
Octal271475001171163355010154
Binary10111001100111101000010011111001110110111011010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92728; }

 p { color: rgb(185,39,40); }

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

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

 a { background-color: rgb(185,39,40); }

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

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

 span { border-color: rgb(185,39,40); }

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