#540114

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

Shades of Bordeaux #540114

Tints of Bordeaux #540114

Color information

#540114 (or 0x540114) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 14. RGB value is (84,1,20). Sum of RGB (Red+Green+Blue) = 84+1+20=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #540114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540114 is #ABFEEB. Grayscale: #1B1B1B. Windows color (decimal): -11271916 or 1311060. OLE color: 1311060.

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

Color convert

RGB84120-
CMYK00.990.760.67
HSL346.27º97.65%16.67%-
HSV(B)346.27º98.81%32.94%-
XYZ3.791.960.84-
YUV27.98123.5167.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=80%
G=0.95%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8412000.990.760.67346.2797.6516.67
Hex541140634C4315a6211
Octal124124014311410353214221
Binary10101001101000110001110011001000011101011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540114; }

 p { color: rgb(84,1,20); }

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

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

 a { background-color: rgb(84,1,20); }

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

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

 span { border-color: rgb(84,1,20); }

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