#510B20

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

Shades of Bordeaux #510B20

Tints of Bordeaux #510B20

Color information

#510B20 (or 0x510B20) is unknown color: approx Bordeaux. HEX triplet: 51, 0B and 20. RGB value is (81,11,32). Sum of RGB (Red+Green+Blue) = 81+11+32=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #510B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B20 is #AEF4DF. Grayscale: #222222. Windows color (decimal): -11465952 or 2100049. OLE color: 2100049.

HSL color Cylindrical-coordinate representation of color #510B20: hue angle of 342º 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 #510B20 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB811132-
CMYK00.860.600.68
HSL342º76.09%18.04%-
HSV(B)342º86.42%31.76%-
XYZ3.772.091.57-
YUV34.32126.69161.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=65.32%
G=8.87%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81113200.860.600.6834276.0918.04
Hex51B200563C441564c12
Octal121134001267410452611422
Binary10100011011100000010101101111001000100101010110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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