#540918

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

Shades of Bordeaux #540918

Tints of Bordeaux #540918

Color information

#540918 (or 0x540918) is unknown color: approx Bordeaux. HEX triplet: 54, 09 and 18. RGB value is (84,9,24). Sum of RGB (Red+Green+Blue) = 84+9+24=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #540918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540918 is #ABF6E7. Grayscale: #212121. Windows color (decimal): -11269864 or 1575252. OLE color: 1575252.

HSL color Cylindrical-coordinate representation of color #540918: hue angle of 348º 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 #540918 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB84924-
CMYK00.890.710.67
HSL348º80.65%18.24%-
HSV(B)348º89.29%32.94%-
XYZ3.922.151.07-
YUV33.14122.85164.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.79%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=71.79%
G=7.69%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8492400.890.710.6734880.6518.24
Hex54918059474315c5112
Octal1241130013110710353412122
Binary10101001001110000101100110001111000011101011100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540918; }

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

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

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

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

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

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

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

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