#510B1A

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

Shades of Bordeaux #510B1A

Tints of Bordeaux #510B1A

Color information

#510B1A (or 0x510B1A) is unknown color: approx Bordeaux. HEX triplet: 51, 0B and 1A. RGB value is (81,11,26). Sum of RGB (Red+Green+Blue) = 81+11+26=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #510B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B1A is #AEF4E5. Grayscale: #212121. Windows color (decimal): -11465958 or 1706833. OLE color: 1706833.

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

Color convert

RGB811126-
CMYK00.860.680.68
HSL347.14º76.09%18.04%-
HSV(B)347.14º86.42%31.76%-
XYZ3.72.061.18-
YUV33.64123.69161.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.64%
GREEN value IS 11 (4.69% from 255) = 9.32%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=68.64%
G=9.32%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81112600.860.680.68347.1476.0918.04
Hex51B1A056444415b4c12
Octal1211332012610410453311422
Binary10100011011110100101011010001001000100101011011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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