#511619

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

Shades of Bordeaux #511619

Tints of Bordeaux #511619

Color information

#511619 (or 0x511619) is unknown color: approx Bordeaux. HEX triplet: 51, 16 and 19. RGB value is (81,22,25). Sum of RGB (Red+Green+Blue) = 81+22+25=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511619 is #AEE9E6. Grayscale: #282828. Windows color (decimal): -11463143 or 1644113. OLE color: 1644113.

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

Color convert

RGB812225-
CMYK00.730.690.68
HSL356.95º57.28%20.2%-
HSV(B)356.95º72.84%31.76%-
XYZ3.862.391.18-
YUV39.98119.55157.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=63.28%
G=17.19%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81222500.730.690.68356.9557.2820.2
Hex51161904945441653914
Octal121263101111051045457124
Binary10100011011011001010010011000101100010010110010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511619; }

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

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

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

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

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

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

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

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