#540112

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

Shades of Bordeaux #540112

Tints of Bordeaux #540112

Color information

#540112 (or 0x540112) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 12. RGB value is (84,1,18). Sum of RGB (Red+Green+Blue) = 84+1+18=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #540112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540112 is #ABFEED. Grayscale: #1B1B1B. Windows color (decimal): -11271918 or 1179988. OLE color: 1179988.

HSL color Cylindrical-coordinate representation of color #540112: hue angle of 347.71º 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 #540112 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB84118-
CMYK00.990.790.67
HSL347.71º97.65%16.67%-
HSV(B)347.71º98.81%32.94%-
XYZ3.781.950.75-
YUV27.76122.5168.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 81.55%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=81.55%
G=0.97%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8411800.990.790.67347.7197.6516.67
Hex541120634F4315c6211
Octal124122014311710353414221
Binary10101001100100110001110011111000011101011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540112; }

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

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

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

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

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

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

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

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