#540A1F

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

Shades of Bordeaux #540A1F

Tints of Bordeaux #540A1F

Color information

#540A1F (or 0x540A1F) is unknown color: approx Bordeaux. HEX triplet: 54, 0A and 1F. RGB value is (84,10,31). Sum of RGB (Red+Green+Blue) = 84+10+31=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #540A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A1F is #ABF5E0. Grayscale: #222222. Windows color (decimal): -11269601 or 2034260. OLE color: 2034260.

HSL color Cylindrical-coordinate representation of color #540A1F: hue angle of 342.97º 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 #540A1F is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB841031-
CMYK00.880.630.67
HSL342.97º78.72%18.43%-
HSV(B)342.97º88.1%32.94%-
XYZ4.012.21.51-
YUV34.52126.02163.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 10 (4.30% from 255) = 8%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=67.2%
G=8%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84103100.880.630.67342.9778.7218.43
Hex54A1F0583F431574f12
Octal124123701307710352711722
Binary1010100101011111010110001111111000011101010111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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