#51051D

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

Shades of Bordeaux #51051D

Tints of Bordeaux #51051D

Color information

#51051D (or 0x51051D) is unknown color: approx Bordeaux. HEX triplet: 51, 05 and 1D. RGB value is (81,5,29). Sum of RGB (Red+Green+Blue) = 81+5+29=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51051D is #AEFAE2. Grayscale: #1E1E1E. Windows color (decimal): -11467491 or 1901905. OLE color: 1901905.

HSL color Cylindrical-coordinate representation of color #51051D: hue angle of 341.05º 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 #51051D is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB81529-
CMYK00.940.640.68
HSL341.05º88.37%16.86%-
HSV(B)341.05º93.83%31.76%-
XYZ3.671.951.34-
YUV30.46127.18164.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 70.43%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=70.43%
G=4.35%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8152900.940.640.68341.0588.3716.86
Hex5151D05E40441555811
Octal121535013610010452513021
Binary1010001101111010101111010000001000100101010101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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