#510916

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

Shades of Bordeaux #510916

Tints of Bordeaux #510916

Color information

#510916 (or 0x510916) is unknown color: approx Bordeaux. HEX triplet: 51, 09 and 16. RGB value is (81,9,22). Sum of RGB (Red+Green+Blue) = 81+9+22=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #510916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510916 is #AEF6E9. Grayscale: #202020. Windows color (decimal): -11466474 or 1444177. OLE color: 1444177.

HSL color Cylindrical-coordinate representation of color #510916: hue angle of 349.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510916 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB81922-
CMYK00.890.730.68
HSL349.17º80%17.65%-
HSV(B)349.17º88.89%31.76%-
XYZ3.6420.95-
YUV32.01122.35162.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.32%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=72.32%
G=8.04%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8192200.890.730.68349.178017.65
Hex51916059494415d5012
Octal1211126013111110453512022
Binary10100011001101100101100110010011000100101011101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510916; }

 p { color: rgb(81,9,22); }

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

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

 a { background-color: rgb(81,9,22); }

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

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

 span { border-color: rgb(81,9,22); }

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