#be2d33

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

Shades of Mahogany #BE2D33

Tints of Mahogany #BE2D33

Color information

#BE2D33 (or 0xBE2D33) is unknown color: approx Mahogany. HEX triplet: BE, 2D and 33. RGB value is (190,45,51). Sum of RGB (Red+Green+Blue) = 190+45+51=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D33 is #41D2CC. Grayscale: #595959. Windows color (decimal): -4313805 or 3354046. OLE color: 3354046.

HSL color Cylindrical-coordinate representation of color #BE2D33: hue angle of 357.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D33 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1904551-
CMYK00.760.730.25
HSL357.52º61.7%46.08%-
HSV(B)357.52º76.32%74.51%-
XYZ22.7713.064.45-
YUV89.04106.54200.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.43%
GREEN value IS 45 (17.97% from 255) = 15.73%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=66.43%
G=15.73%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190455100.760.730.25357.5261.746.08
HexBE2D3304C49191663e2e
Octal27655630114111315467656
Binary1011111010110111001101001100100100111001101100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be2d33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be2d33; }

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

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

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

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

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

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

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

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