#51141A

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

Shades of Bordeaux #51141A

Tints of Bordeaux #51141A

Color information

#51141A (or 0x51141A) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 1A. RGB value is (81,20,26). Sum of RGB (Red+Green+Blue) = 81+20+26=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #51141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51141A is #AEEBE5. Grayscale: #262626. Windows color (decimal): -11463654 or 1709137. OLE color: 1709137.

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

Color convert

RGB812026-
CMYK00.750.680.68
HSL354.1º60.4%19.8%-
HSV(B)354.1º75.31%31.76%-
XYZ3.832.321.22-
YUV38.92120.71158.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=63.78%
G=15.75%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202600.750.680.68354.160.419.8
Hex51141A04B44441623c14
Octal121243201131041045427424
Binary10100011010011010010010111000100100010010110001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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