#510521

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

Shades of Bordeaux #510521

Tints of Bordeaux #510521

Color information

#510521 (or 0x510521) is unknown color: approx Bordeaux. HEX triplet: 51, 05 and 21. RGB value is (81,5,33). Sum of RGB (Red+Green+Blue) = 81+5+33=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #510521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510521 is #AEFADE. Grayscale: #1E1E1E. Windows color (decimal): -11467487 or 2164049. OLE color: 2164049.

HSL color Cylindrical-coordinate representation of color #510521: hue angle of 337.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510521 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB81533-
CMYK00.940.590.68
HSL337.89º88.37%16.86%-
HSV(B)337.89º93.83%31.76%-
XYZ3.721.971.62-
YUV30.92129.18163.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.07%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=68.07%
G=4.20%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8153300.940.590.68337.8988.3716.86
Hex5152105E3B441525811
Octal12154101367310452213021
Binary1010001101100001010111101110111000100101010010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510521; }

 p { color: rgb(81,5,33); }

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

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

 a { background-color: rgb(81,5,33); }

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

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

 span { border-color: rgb(81,5,33); }

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