#510612

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

Shades of Bordeaux #510612

Tints of Bordeaux #510612

Color information

#510612 (or 0x510612) is unknown color: approx Bordeaux. HEX triplet: 51, 06 and 12. RGB value is (81,6,18). Sum of RGB (Red+Green+Blue) = 81+6+18=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #510612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510612 is #AEF9ED. Grayscale: #1D1D1D. Windows color (decimal): -11467246 or 1181265. OLE color: 1181265.

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

Color convert

RGB81618-
CMYK00.930.780.68
HSL350.4º86.21%17.06%-
HSV(B)350.4º92.59%31.76%-
XYZ3.571.920.76-
YUV29.79121.35164.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 77.14%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=77.14%
G=5.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8161800.930.780.68350.486.2117.06
Hex5161205D4E4415e5611
Octal121622013511610453612621
Binary1010001110100100101110110011101000100101011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510612; }

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

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

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

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

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

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

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

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