#540415

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

Shades of Bordeaux #540415

Tints of Bordeaux #540415

Color information

#540415 (or 0x540415) is unknown color: approx Bordeaux. HEX triplet: 54, 04 and 15. RGB value is (84,4,21). Sum of RGB (Red+Green+Blue) = 84+4+21=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540415 is #ABFBEA. Grayscale: #1D1D1D. Windows color (decimal): -11271147 or 1377364. OLE color: 1377364.

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

Color convert

RGB84421-
CMYK00.950.750.67
HSL347.25º90.91%17.25%-
HSV(B)347.25º95.24%32.94%-
XYZ3.832.030.9-
YUV29.86123166.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.06%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=77.06%
G=3.67%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8442100.950.750.67347.2590.9117.25
Hex5441505F4B4315b5b11
Octal124425013711310353313321
Binary1010100100101010101111110010111000011101011011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540415; }

 p { color: rgb(84,4,21); }

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

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

 a { background-color: rgb(84,4,21); }

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

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

 span { border-color: rgb(84,4,21); }

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