#51051A

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

Shades of Bordeaux #51051A

Tints of Bordeaux #51051A

Color information

#51051A (or 0x51051A) is unknown color: approx Bordeaux. HEX triplet: 51, 05 and 1A. RGB value is (81,5,26). Sum of RGB (Red+Green+Blue) = 81+5+26=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #51051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51051A is #AEFAE5. Grayscale: #1E1E1E. Windows color (decimal): -11467494 or 1705297. OLE color: 1705297.

HSL color Cylindrical-coordinate representation of color #51051A: hue angle of 343.42º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51051A is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB81526-
CMYK00.940.680.68
HSL343.42º88.37%16.86%-
HSV(B)343.42º93.83%31.76%-
XYZ3.631.931.16-
YUV30.12125.68164.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.32%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=72.32%
G=4.46%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8152600.940.680.68343.4288.3716.86
Hex5151A05E44441575811
Octal121532013610410452713021
Binary1010001101110100101111010001001000100101010111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51051A; }

 p { color: rgb(81,5,26); }

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

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

 a { background-color: rgb(81,5,26); }

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

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

 span { border-color: rgb(81,5,26); }

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