#B92F34

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

Shades of Mahogany #B92F34

Tints of Mahogany #B92F34

Color information

#B92F34 (or 0xB92F34) is unknown color: approx Mahogany. HEX triplet: B9, 2F and 34. RGB value is (185,47,52). Sum of RGB (Red+Green+Blue) = 185+47+52=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F34 is #46D0CB. Grayscale: #585858. Windows color (decimal): -4640972 or 3420089. OLE color: 3420089.

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

Color convert

RGB1854752-
CMYK00.750.720.27
HSL357.83º59.48%45.49%-
HSV(B)357.83º74.59%72.55%-
XYZ21.6412.64.54-
YUV88.83107.22196.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.14%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=65.14%
G=16.55%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185475200.750.720.27357.8359.4845.49
HexB92F3404B481B1663b2d
Octal27157640113110335467355
Binary1011100110111111010001001011100100011011101100110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92F34; }

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

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

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

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

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

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

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

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