#51081A

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

Shades of Bordeaux #51081A

Tints of Bordeaux #51081A

Color information

#51081A (or 0x51081A) is unknown color: approx Bordeaux. HEX triplet: 51, 08 and 1A. RGB value is (81,8,26). Sum of RGB (Red+Green+Blue) = 81+8+26=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51081A is #AEF7E5. Grayscale: #1F1F1F. Windows color (decimal): -11466726 or 1706065. OLE color: 1706065.

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

Color convert

RGB81826-
CMYK00.900.680.68
HSL345.21º82.02%17.45%-
HSV(B)345.21º90.12%31.76%-
XYZ3.6721.17-
YUV31.88124.68163.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 70.43%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=70.43%
G=6.96%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182600.900.680.68345.2182.0217.45
Hex5181A05A44441595211
Octal1211032013210410453112221
Binary10100011000110100101101010001001000100101011001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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