#540319

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

Shades of Bordeaux #540319

Tints of Bordeaux #540319

Color information

#540319 (or 0x540319) is unknown color: approx Bordeaux. HEX triplet: 54, 03 and 19. RGB value is (84,3,25). Sum of RGB (Red+Green+Blue) = 84+3+25=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #540319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540319 is #ABFCE6. Grayscale: #1D1D1D. Windows color (decimal): -11271399 or 1639252. OLE color: 1639252.

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

Color convert

RGB84325-
CMYK00.960.700.67
HSL343.7º93.1%17.06%-
HSV(B)343.7º96.43%32.94%-
XYZ3.862.021.11-
YUV29.73125.34166.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=75%
G=2.68%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8432500.960.700.67343.793.117.06
Hex5431906046431585d11
Octal124331014010610353013521
Binary101010011110010110000010001101000011101011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540319; }

 p { color: rgb(84,3,25); }

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

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

 a { background-color: rgb(84,3,25); }

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

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

 span { border-color: rgb(84,3,25); }

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