#511825

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

Shades of Bordeaux #511825

Tints of Bordeaux #511825

Color information

#511825 (or 0x511825) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 25. RGB value is (81,24,37). Sum of RGB (Red+Green+Blue) = 81+24+37=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #511825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511825 is #AEE7DA. Grayscale: #2A2A2A. Windows color (decimal): -11462619 or 2431057. OLE color: 2431057.

HSL color Cylindrical-coordinate representation of color #511825: hue angle of 346.32º 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 #511825 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB812437-
CMYK00.700.540.68
HSL346.32º54.29%20.59%-
HSV(B)346.32º70.37%31.76%-
XYZ4.052.542.03-
YUV42.52124.88155.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=57.04%
G=16.90%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81243700.700.540.68346.3254.2920.59
Hex511825046364415a3615
Octal12130450106661045326625
Binary10100011100010010101000110110110100010010101101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511825; }

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

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

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

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

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

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

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

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