#510614

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

Shades of Bordeaux #510614

Tints of Bordeaux #510614

Color information

#510614 (or 0x510614) is unknown color: approx Bordeaux. HEX triplet: 51, 06 and 14. RGB value is (81,6,20). Sum of RGB (Red+Green+Blue) = 81+6+20=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #510614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510614 is #AEF9EB. Grayscale: #1E1E1E. Windows color (decimal): -11467244 or 1312337. OLE color: 1312337.

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

Color convert

RGB81620-
CMYK00.930.750.68
HSL348.8º86.21%17.06%-
HSV(B)348.8º92.59%31.76%-
XYZ3.581.930.85-
YUV30.02122.35164.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75.70%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=75.70%
G=5.61%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8162000.930.750.68348.886.2117.06
Hex5161405D4B4415d5611
Octal121624013511310453512621
Binary1010001110101000101110110010111000100101011101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510614; }

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

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

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

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

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

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

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

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