#510514

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

Shades of Bordeaux #510514

Tints of Bordeaux #510514

Color information

#510514 (or 0x510514) is unknown color: approx Bordeaux. HEX triplet: 51, 05 and 14. RGB value is (81,5,20). Sum of RGB (Red+Green+Blue) = 81+5+20=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510514 is #AEFAEB. Grayscale: #1D1D1D. Windows color (decimal): -11467500 or 1312081. OLE color: 1312081.

HSL color Cylindrical-coordinate representation of color #510514: hue angle of 348.16º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510514 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB81520-
CMYK00.940.750.68
HSL348.16º88.37%16.86%-
HSV(B)348.16º93.83%31.76%-
XYZ3.571.910.84-
YUV29.43122.68164.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 76.42%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=76.42%
G=4.72%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8152000.940.750.68348.1688.3716.86
Hex5151405E4B4415c5811
Octal121524013611310453413021
Binary1010001101101000101111010010111000100101011100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510514; }

 p { color: rgb(81,5,20); }

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

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

 a { background-color: rgb(81,5,20); }

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

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

 span { border-color: rgb(81,5,20); }

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