#51081D

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

Shades of Bordeaux #51081D

Tints of Bordeaux #51081D

Color information

#51081D (or 0x51081D) is unknown color: approx Bordeaux. HEX triplet: 51, 08 and 1D. RGB value is (81,8,29). Sum of RGB (Red+Green+Blue) = 81+8+29=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #51081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51081D is #AEF7E2. Grayscale: #202020. Windows color (decimal): -11466723 or 1902673. OLE color: 1902673.

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

Color convert

RGB81829-
CMYK00.900.640.68
HSL342.74º82.02%17.45%-
HSV(B)342.74º90.12%31.76%-
XYZ3.72.011.36-
YUV32.22126.18162.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.64%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=68.64%
G=6.78%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182900.900.640.68342.7482.0217.45
Hex5181D05A40441575211
Octal1211035013210010452712221
Binary10100011000111010101101010000001000100101010111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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