#51141D

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

Shades of Bordeaux #51141D

Tints of Bordeaux #51141D

Color information

#51141D (or 0x51141D) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 1D. RGB value is (81,20,29). Sum of RGB (Red+Green+Blue) = 81+20+29=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51141D is #AEEBE2. Grayscale: #272727. Windows color (decimal): -11463651 or 1905745. OLE color: 1905745.

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

Color convert

RGB812029-
CMYK00.750.640.68
HSL351.15º60.4%19.8%-
HSV(B)351.15º75.31%31.76%-
XYZ3.872.341.41-
YUV39.26122.21157.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=62.31%
G=15.38%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202900.750.640.68351.1560.419.8
Hex51141D04B404415f3c14
Octal121243501131001045377424
Binary10100011010011101010010111000000100010010101111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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