#B92F33

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

Shades of Mahogany #B92F33

Tints of Mahogany #B92F33

Color information

#B92F33 (or 0xB92F33) is unknown color: approx Mahogany. HEX triplet: B9, 2F and 33. RGB value is (185,47,51). Sum of RGB (Red+Green+Blue) = 185+47+51=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F33 is #46D0CC. Grayscale: #585858. Windows color (decimal): -4640973 or 3354553. OLE color: 3354553.

HSL color Cylindrical-coordinate representation of color #B92F33: hue angle of 358.26º 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 #B92F33 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1854751-
CMYK00.750.720.27
HSL358.26º59.48%45.49%-
HSV(B)358.26º74.59%72.55%-
XYZ21.6212.594.42-
YUV88.72106.72196.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.37%
GREEN value IS 47 (18.75% from 255) = 16.61%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=65.37%
G=16.61%
B=18.02%

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
Decimal185475100.750.720.27358.2659.4845.49
HexB92F3304B481B1663b2d
Octal27157630113110335467355
Binary1011100110111111001101001011100100011011101100110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92F33; }

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

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

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

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

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

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

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

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