#B92D33

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

Shades of Mahogany #B92D33

Tints of Mahogany #B92D33

Color information

#B92D33 (or 0xB92D33) is unknown color: approx Mahogany. HEX triplet: B9, 2D and 33. RGB value is (185,45,51). Sum of RGB (Red+Green+Blue) = 185+45+51=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D33 is #46D2CC. Grayscale: #575757. Windows color (decimal): -4641485 or 3354041. OLE color: 3354041.

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

Color convert

RGB1854551-
CMYK00.760.720.27
HSL357.43º60.87%45.1%-
HSV(B)357.43º75.68%72.55%-
XYZ21.5412.434.4-
YUV87.54107.38197.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.84%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=65.84%
G=16.01%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185455100.760.720.27357.4360.8745.1
HexB92D3304C481B1653d2d
Octal27155630114110335457555
Binary1011100110110111001101001100100100011011101100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D33; }

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

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

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

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

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

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

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

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