#540818

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

Shades of Bordeaux #540818

Tints of Bordeaux #540818

Color information

#540818 (or 0x540818) is unknown color: approx Bordeaux. HEX triplet: 54, 08 and 18. RGB value is (84,8,24). Sum of RGB (Red+Green+Blue) = 84+8+24=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #540818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540818 is #ABF7E7. Grayscale: #202020. Windows color (decimal): -11270120 or 1574996. OLE color: 1574996.

HSL color Cylindrical-coordinate representation of color #540818: hue angle of 347.37º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540818 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB84824-
CMYK00.900.710.67
HSL347.37º82.61%18.04%-
HSV(B)347.37º90.48%32.94%-
XYZ3.912.121.07-
YUV32.55123.18164.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 72.41%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=72.41%
G=6.90%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8482400.900.710.67347.3782.6118.04
Hex5481805A474315b5312
Octal1241030013210710353312322
Binary10101001000110000101101010001111000011101011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540818; }

 p { color: rgb(84,8,24); }

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

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

 a { background-color: rgb(84,8,24); }

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

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

 span { border-color: rgb(84,8,24); }

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