#510B22

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

Shades of Bordeaux #510B22

Tints of Bordeaux #510B22

Color information

#510B22 (or 0x510B22) is unknown color: approx Bordeaux. HEX triplet: 51, 0B and 22. RGB value is (81,11,34). Sum of RGB (Red+Green+Blue) = 81+11+34=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #510B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B22 is #AEF4DD. Grayscale: #222222. Windows color (decimal): -11465950 or 2231121. OLE color: 2231121.

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

Color convert

RGB811134-
CMYK00.860.580.68
HSL340.29º76.09%18.04%-
HSV(B)340.29º86.42%31.76%-
XYZ3.82.11.72-
YUV34.55127.69161.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 11 (4.69% from 255) = 8.73%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=64.29%
G=8.73%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81113400.860.580.68340.2976.0918.04
Hex51B220563A441544c12
Octal121134201267210452411422
Binary10100011011100010010101101110101000100101010100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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