#511419

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

Shades of Bordeaux #511419

Tints of Bordeaux #511419

Color information

#511419 (or 0x511419) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 19. RGB value is (81,20,25). Sum of RGB (Red+Green+Blue) = 81+20+25=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #511419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511419 is #AEEBE6. Grayscale: #262626. Windows color (decimal): -11463655 or 1643601. OLE color: 1643601.

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

Color convert

RGB812025-
CMYK00.750.690.68
HSL355.08º60.4%19.8%-
HSV(B)355.08º75.31%31.76%-
XYZ3.822.321.17-
YUV38.81120.21158.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=64.29%
G=15.87%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202500.750.690.68355.0860.419.8
Hex51141904B45441633c14
Octal121243101131051045437424
Binary10100011010011001010010111000101100010010110001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511419; }

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

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

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

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

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

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

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

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