#51081C

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

Shades of Bordeaux #51081C

Tints of Bordeaux #51081C

Color information

#51081C (or 0x51081C) is unknown color: approx Bordeaux. HEX triplet: 51, 08 and 1C. RGB value is (81,8,28). Sum of RGB (Red+Green+Blue) = 81+8+28=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #51081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51081C is #AEF7E3. Grayscale: #202020. Windows color (decimal): -11466724 or 1837137. OLE color: 1837137.

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

Color convert

RGB81828-
CMYK00.900.650.68
HSL343.56º82.02%17.45%-
HSV(B)343.56º90.12%31.76%-
XYZ3.692.011.29-
YUV32.11125.68162.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.23%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=69.23%
G=6.84%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182800.900.650.68343.5682.0217.45
Hex5181C05A41441585211
Octal1211034013210110453012221
Binary10100011000111000101101010000011000100101011000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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