#511821

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

Shades of Bordeaux #511821

Tints of Bordeaux #511821

Color information

#511821 (or 0x511821) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 21. RGB value is (81,24,33). Sum of RGB (Red+Green+Blue) = 81+24+33=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511821 is #AEE7DE. Grayscale: #2A2A2A. Windows color (decimal): -11462623 or 2168913. OLE color: 2168913.

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

Color convert

RGB812433-
CMYK00.700.590.68
HSL350.53º54.29%20.59%-
HSV(B)350.53º70.37%31.76%-
XYZ3.992.511.71-
YUV42.07122.88155.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=58.70%
G=17.39%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81243300.700.590.68350.5354.2920.59
Hex5118210463B4415f3615
Octal12130410106731045376625
Binary10100011100010000101000110111011100010010101111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511821; }

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

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

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

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

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

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

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

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