#540915

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

Shades of Bordeaux #540915

Tints of Bordeaux #540915

Color information

#540915 (or 0x540915) is unknown color: approx Bordeaux. HEX triplet: 54, 09 and 15. RGB value is (84,9,21). Sum of RGB (Red+Green+Blue) = 84+9+21=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540915 is #ABF6EA. Grayscale: #202020. Windows color (decimal): -11269867 or 1378644. OLE color: 1378644.

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

Color convert

RGB84921-
CMYK00.890.750.67
HSL350.4º80.65%18.24%-
HSV(B)350.4º89.29%32.94%-
XYZ3.892.130.92-
YUV32.79121.35164.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.68%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=73.68%
G=7.89%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8492100.890.750.67350.480.6518.24
Hex549150594B4315e5112
Octal1241125013111310353612122
Binary10101001001101010101100110010111000011101011110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540915; }

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

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

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

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

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

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

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

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