#540F18

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

Shades of Bordeaux #540F18

Tints of Bordeaux #540F18

Color information

#540F18 (or 0x540F18) is unknown color: approx Bordeaux. HEX triplet: 54, 0F and 18. RGB value is (84,15,24). Sum of RGB (Red+Green+Blue) = 84+15+24=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #540F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F18 is #ABF0E7. Grayscale: #242424. Windows color (decimal): -11268328 or 1576788. OLE color: 1576788.

HSL color Cylindrical-coordinate representation of color #540F18: hue angle of 352.17º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #540F18 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB841524-
CMYK00.820.710.67
HSL352.17º69.7%19.41%-
HSV(B)352.17º82.14%32.94%-
XYZ3.992.291.1-
YUV36.66120.86161.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 15 (6.25% from 255) = 12.20%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=68.29%
G=12.20%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84152400.820.710.67352.1769.719.41
Hex54F1805247431604613
Octal1241730012210710354010623
Binary10101001111110000101001010001111000011101100000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540F18; }

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

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

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

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

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

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

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

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