#540A0F

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

Shades of Bordeaux #540A0F

Tints of Bordeaux #540A0F

Color information

#540A0F (or 0x540A0F) is unknown color: approx Bordeaux. HEX triplet: 54, 0A and 0F. RGB value is (84,10,15). Sum of RGB (Red+Green+Blue) = 84+10+15=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A0F is #ABF5F0. Grayscale: #202020. Windows color (decimal): -11269617 or 985684. OLE color: 985684.

HSL color Cylindrical-coordinate representation of color #540A0F: hue angle of 355.95º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A0F is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB841015-
CMYK00.880.820.67
HSL355.95º78.72%18.43%-
HSV(B)355.95º88.1%32.94%-
XYZ3.852.140.66-
YUV32.7118.02164.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.06%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=77.06%
G=9.17%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84101500.880.820.67355.9578.7218.43
Hex54AF05852431644f12
Octal1241217013012210354411722
Binary1010100101011110101100010100101000011101100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540A0F; }

 p { color: rgb(84,10,15); }

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

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

 a { background-color: rgb(84,10,15); }

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

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

 span { border-color: rgb(84,10,15); }

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