#511828

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

Shades of Bordeaux #511828

Tints of Bordeaux #511828

Color information

#511828 (or 0x511828) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 28. RGB value is (81,24,40). Sum of RGB (Red+Green+Blue) = 81+24+40=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #511828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511828 is #AEE7D7. Grayscale: #2A2A2A. Windows color (decimal): -11462616 or 2627665. OLE color: 2627665.

HSL color Cylindrical-coordinate representation of color #511828: hue angle of 343.16º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511828 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB812440-
CMYK00.700.510.68
HSL343.16º54.29%20.59%-
HSV(B)343.16º70.37%31.76%-
XYZ4.12.562.28-
YUV42.87126.38155.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=55.86%
G=16.55%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81244000.700.510.68343.1654.2920.59
Hex51182804633441573615
Octal12130500106631045276625
Binary10100011100010100001000110110011100010010101011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511828; }

 p { color: rgb(81,24,40); }

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

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

 a { background-color: rgb(81,24,40); }

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

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

 span { border-color: rgb(81,24,40); }

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