#510B10

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

Shades of Bordeaux #510B10

Tints of Bordeaux #510B10

Color information

#510B10 (or 0x510B10) is unknown color: approx Bordeaux. HEX triplet: 51, 0B and 10. RGB value is (81,11,16). Sum of RGB (Red+Green+Blue) = 81+11+16=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #510B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B10 is #AEF4EF. Grayscale: #202020. Windows color (decimal): -11465968 or 1051473. OLE color: 1051473.

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

Color convert

RGB811116-
CMYK00.860.800.68
HSL355.71º76.09%18.04%-
HSV(B)355.71º86.42%31.76%-
XYZ3.612.030.69-
YUV32.5118.69162.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=75%
G=10.19%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81111600.860.800.68355.7176.0918.04
Hex51B1005650441644c12
Octal1211320012612010454411422
Binary10100011011100000101011010100001000100101100100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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