#510610

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

Shades of Bordeaux #510610

Tints of Bordeaux #510610

Color information

#510610 (or 0x510610) is unknown color: approx Bordeaux. HEX triplet: 51, 06 and 10. RGB value is (81,6,16). Sum of RGB (Red+Green+Blue) = 81+6+16=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #510610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510610 is #AEF9EF. Grayscale: #1D1D1D. Windows color (decimal): -11467248 or 1050193. OLE color: 1050193.

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

Color convert

RGB81616-
CMYK00.930.800.68
HSL352º86.21%17.06%-
HSV(B)352º92.59%31.76%-
XYZ3.551.920.67-
YUV29.56120.35164.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 78.64%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=78.64%
G=5.83%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8161600.930.800.6835286.2117.06
Hex5161005D50441605611
Octal121620013512010454012621
Binary1010001110100000101110110100001000100101100000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510610; }

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

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

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

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

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

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

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

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