#540212

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

Shades of Bordeaux #540212

Tints of Bordeaux #540212

Color information

#540212 (or 0x540212) is unknown color: approx Bordeaux. HEX triplet: 54, 02 and 12. RGB value is (84,2,18). Sum of RGB (Red+Green+Blue) = 84+2+18=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #540212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540212 is #ABFDED. Grayscale: #1C1C1C. Windows color (decimal): -11271662 or 1180244. OLE color: 1180244.

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

Color convert

RGB84218-
CMYK00.980.790.67
HSL348.29º95.35%16.86%-
HSV(B)348.29º97.62%32.94%-
XYZ3.791.970.75-
YUV28.34122.17167.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80.77%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=80.77%
G=1.92%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8421800.980.790.67348.2995.3516.86
Hex542120624F4315c5f11
Octal124222014211710353413721
Binary101010010100100110001010011111000011101011100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540212; }

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

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

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

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

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

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

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

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