#540A1E

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

Shades of Bordeaux #540A1E

Tints of Bordeaux #540A1E

Color information

#540A1E (or 0x540A1E) is unknown color: approx Bordeaux. HEX triplet: 54, 0A and 1E. RGB value is (84,10,30). Sum of RGB (Red+Green+Blue) = 84+10+30=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #540A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A1E is #ABF5E1. Grayscale: #222222. Windows color (decimal): -11269602 or 1968724. OLE color: 1968724.

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

Color convert

RGB841030-
CMYK00.880.640.67
HSL343.78º78.72%18.43%-
HSV(B)343.78º88.1%32.94%-
XYZ42.21.44-
YUV34.41125.52163.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.74%
GREEN value IS 10 (4.30% from 255) = 8.06%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=67.74%
G=8.06%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84103000.880.640.67343.7878.7218.43
Hex54A1E05840431584f12
Octal1241236013010010353011722
Binary10101001010111100101100010000001000011101011000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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