#540613

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

Shades of Bordeaux #540613

Tints of Bordeaux #540613

Color information

#540613 (or 0x540613) is unknown color: approx Bordeaux. HEX triplet: 54, 06 and 13. RGB value is (84,6,19). Sum of RGB (Red+Green+Blue) = 84+6+19=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540613 is #ABF9EC. Grayscale: #1E1E1E. Windows color (decimal): -11270637 or 1246804. OLE color: 1246804.

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

Color convert

RGB84619-
CMYK00.930.770.67
HSL350º86.67%17.65%-
HSV(B)350º92.86%32.94%-
XYZ3.842.060.81-
YUV30.8121.34165.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.06%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=77.06%
G=5.50%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8461900.930.770.6735086.6717.65
Hex5461305D4D4315e5712
Octal124623013511510353612722
Binary1010100110100110101110110011011000011101011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540613; }

 p { color: rgb(84,6,19); }

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

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

 a { background-color: rgb(84,6,19); }

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

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

 span { border-color: rgb(84,6,19); }

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