#540B22

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

Shades of Bordeaux #540B22

Tints of Bordeaux #540B22

Color information

#540B22 (or 0x540B22) is unknown color: approx Bordeaux. HEX triplet: 54, 0B and 22. RGB value is (84,11,34). Sum of RGB (Red+Green+Blue) = 84+11+34=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #540B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B22 is #ABF4DD. Grayscale: #232323. Windows color (decimal): -11269342 or 2231124. OLE color: 2231124.

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

Color convert

RGB841134-
CMYK00.870.600.67
HSL341.1º76.84%18.63%-
HSV(B)341.1º86.9%32.94%-
XYZ4.062.241.73-
YUV35.45127.18162.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 11 (4.69% from 255) = 8.53%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=65.12%
G=8.53%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84113400.870.600.67341.176.8418.63
Hex54B220573C431554d13
Octal124134201277410352511523
Binary10101001011100010010101111111001000011101010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,11,34); }

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

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

 a { background-color: rgb(84,11,34); }

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

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

 span { border-color: rgb(84,11,34); }

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