#540210

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

Shades of Bordeaux #540210

Tints of Bordeaux #540210

Color information

#540210 (or 0x540210) is unknown color: approx Bordeaux. HEX triplet: 54, 02 and 10. RGB value is (84,2,16). Sum of RGB (Red+Green+Blue) = 84+2+16=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #540210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540210 is #ABFDEF. Grayscale: #1C1C1C. Windows color (decimal): -11271664 or 1049172. OLE color: 1049172.

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

Color convert

RGB84216-
CMYK00.980.810.67
HSL349.76º95.35%16.86%-
HSV(B)349.76º97.62%32.94%-
XYZ3.771.970.67-
YUV28.11121.17167.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 82.35%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=82.35%
G=1.96%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8421600.980.810.67349.7695.3516.86
Hex54210062514315e5f11
Octal124220014212110353613721
Binary101010010100000110001010100011000011101011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540210; }

 p { color: rgb(84,2,16); }

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

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

 a { background-color: rgb(84,2,16); }

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

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

 span { border-color: rgb(84,2,16); }

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