#511924

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

Shades of Bordeaux #511924

Tints of Bordeaux #511924

Color information

#511924 (or 0x511924) is unknown color: approx Bordeaux. HEX triplet: 51, 19 and 24. RGB value is (81,25,36). Sum of RGB (Red+Green+Blue) = 81+25+36=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #511924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511924 is #AEE6DB. Grayscale: #2B2B2B. Windows color (decimal): -11462364 or 2365777. OLE color: 2365777.

HSL color Cylindrical-coordinate representation of color #511924: hue angle of 348.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511924 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB812536-
CMYK00.690.560.68
HSL348.21º52.83%20.78%-
HSV(B)348.21º69.14%31.76%-
XYZ4.062.571.95-
YUV43124.05155.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=57.04%
G=17.61%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81253600.690.560.68348.2152.8320.78
Hex511924045384415c3515
Octal12131440105701045346525
Binary10100011100110010001000101111000100010010101110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511924; }

 p { color: rgb(81,25,36); }

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

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

 a { background-color: rgb(81,25,36); }

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

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

 span { border-color: rgb(81,25,36); }

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