#510A10

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

Shades of Bordeaux #510A10

Tints of Bordeaux #510A10

Color information

#510A10 (or 0x510A10) is unknown color: approx Bordeaux. HEX triplet: 51, 0A and 10. RGB value is (81,10,16). Sum of RGB (Red+Green+Blue) = 81+10+16=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #510A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510A10 is #AEF5EF. Grayscale: #1F1F1F. Windows color (decimal): -11466224 or 1051217. OLE color: 1051217.

HSL color Cylindrical-coordinate representation of color #510A10: hue angle of 354.93º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510A10 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB811016-
CMYK00.880.800.68
HSL354.93º78.02%17.84%-
HSV(B)354.93º87.65%31.76%-
XYZ3.620.69-
YUV31.91119.02163.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75.70%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=75.70%
G=9.35%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81101600.880.800.68354.9378.0217.84
Hex51A1005850441634e12
Octal1211220013012010454311622
Binary10100011010100000101100010100001000100101100011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510A10; }

 p { color: rgb(81,10,16); }

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

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

 a { background-color: rgb(81,10,16); }

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

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

 span { border-color: rgb(81,10,16); }

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