#51041D

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

Shades of Bordeaux #51041D

Tints of Bordeaux #51041D

Color information

#51041D (or 0x51041D) is unknown color: approx Bordeaux. HEX triplet: 51, 04 and 1D. RGB value is (81,4,29). Sum of RGB (Red+Green+Blue) = 81+4+29=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #51041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51041D is #AEFBE2. Grayscale: #1D1D1D. Windows color (decimal): -11467747 or 1901649. OLE color: 1901649.

HSL color Cylindrical-coordinate representation of color #51041D: hue angle of 340.52º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51041D is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB81429-
CMYK00.950.640.68
HSL340.52º90.59%16.67%-
HSV(B)340.52º95.06%31.76%-
XYZ3.661.921.34-
YUV29.87127.51164.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.05%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=71.05%
G=3.51%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8142900.950.640.68340.5290.5916.67
Hex5141D05F40441555b11
Octal121435013710010452513321
Binary1010001100111010101111110000001000100101010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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