#51061C

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

Shades of Bordeaux #51061C

Tints of Bordeaux #51061C

Color information

#51061C (or 0x51061C) is unknown color: approx Bordeaux. HEX triplet: 51, 06 and 1C. RGB value is (81,6,28). Sum of RGB (Red+Green+Blue) = 81+6+28=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51061C is #AEF9E3. Grayscale: #1E1E1E. Windows color (decimal): -11467236 or 1836625. OLE color: 1836625.

HSL color Cylindrical-coordinate representation of color #51061C: hue angle of 342.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51061C is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB81628-
CMYK00.930.650.68
HSL342.4º86.21%17.06%-
HSV(B)342.4º92.59%31.76%-
XYZ3.671.961.28-
YUV30.93126.35163.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 70.43%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=70.43%
G=5.22%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8162800.930.650.68342.486.2117.06
Hex5161C05D41441565611
Octal121634013510110452612621
Binary1010001110111000101110110000011000100101010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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