#540C1B

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

Shades of Bordeaux #540C1B

Tints of Bordeaux #540C1B

Color information

#540C1B (or 0x540C1B) is unknown color: approx Bordeaux. HEX triplet: 54, 0C and 1B. RGB value is (84,12,27). Sum of RGB (Red+Green+Blue) = 84+12+27=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #540C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C1B is #ABF3E4. Grayscale: #232323. Windows color (decimal): -11269093 or 1772628. OLE color: 1772628.

HSL color Cylindrical-coordinate representation of color #540C1B: hue angle of 347.5º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540C1B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB841227-
CMYK00.860.680.67
HSL347.5º75%18.82%-
HSV(B)347.5º85.71%32.94%-
XYZ3.992.231.26-
YUV35.24123.35162.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 12 (5.08% from 255) = 9.76%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=68.29%
G=9.76%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84122700.860.680.67347.57518.82
Hex54C1B056444315c4b13
Octal1241433012610410353411323
Binary10101001100110110101011010001001000011101011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,12,27); }

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

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

 a { background-color: rgb(84,12,27); }

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

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

 span { border-color: rgb(84,12,27); }

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