#510618

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

Shades of Bordeaux #510618

Tints of Bordeaux #510618

Color information

#510618 (or 0x510618) is unknown color: approx Bordeaux. HEX triplet: 51, 06 and 18. RGB value is (81,6,24). Sum of RGB (Red+Green+Blue) = 81+6+24=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #510618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510618 is #AEF9E7. Grayscale: #1E1E1E. Windows color (decimal): -11467240 or 1574481. OLE color: 1574481.

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

Color convert

RGB81624-
CMYK00.930.700.68
HSL345.6º86.21%17.06%-
HSV(B)345.6º92.59%31.76%-
XYZ3.621.951.05-
YUV30.48124.35164.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.97%
GREEN value IS 6 (2.73% from 255) = 5.41%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=72.97%
G=5.41%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8162400.930.700.68345.686.2117.06
Hex5161805D464415a5611
Octal121630013510610453212621
Binary1010001110110000101110110001101000100101011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510618; }

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

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

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

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

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

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

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

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