#540510

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

Shades of Bordeaux #540510

Tints of Bordeaux #540510

Color information

#540510 (or 0x540510) is unknown color: approx Bordeaux. HEX triplet: 54, 05 and 10. RGB value is (84,5,16). Sum of RGB (Red+Green+Blue) = 84+5+16=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #540510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540510 is #ABFAEF. Grayscale: #1D1D1D. Windows color (decimal): -11270896 or 1049940. OLE color: 1049940.

HSL color Cylindrical-coordinate representation of color #540510: hue angle of 351.65º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540510 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB84516-
CMYK00.940.810.67
HSL351.65º88.76%17.45%-
HSV(B)351.65º94.05%32.94%-
XYZ3.82.030.68-
YUV29.88120.17166.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=80%
G=4.76%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8451600.940.810.67351.6588.7617.45
Hex5451005E51431605911
Octal124520013612110354013121
Binary1010100101100000101111010100011000011101100000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540510; }

 p { color: rgb(84,5,16); }

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

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

 a { background-color: rgb(84,5,16); }

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

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

 span { border-color: rgb(84,5,16); }

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