#511820

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

Shades of Bordeaux #511820

Tints of Bordeaux #511820

Color information

#511820 (or 0x511820) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 20. RGB value is (81,24,32). Sum of RGB (Red+Green+Blue) = 81+24+32=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511820 is #AEE7DF. Grayscale: #292929. Windows color (decimal): -11462624 or 2103377. OLE color: 2103377.

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

Color convert

RGB812432-
CMYK00.700.600.68
HSL351.58º54.29%20.59%-
HSV(B)351.58º70.37%31.76%-
XYZ3.982.511.64-
YUV41.96122.38155.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=59.12%
G=17.52%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81243200.700.600.68351.5854.2920.59
Hex5118200463C441603615
Octal12130400106741045406625
Binary10100011100010000001000110111100100010010110000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511820; }

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

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

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

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

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

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

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

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