#540810

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

Shades of Bordeaux #540810

Tints of Bordeaux #540810

Color information

#540810 (or 0x540810) is unknown color: approx Bordeaux. HEX triplet: 54, 08 and 10. RGB value is (84,8,16). Sum of RGB (Red+Green+Blue) = 84+8+16=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #540810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540810 is #ABF7EF. Grayscale: #1F1F1F. Windows color (decimal): -11270128 or 1050708. OLE color: 1050708.

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

Color convert

RGB84816-
CMYK00.900.810.67
HSL353.68º82.61%18.04%-
HSV(B)353.68º90.48%32.94%-
XYZ3.842.10.69-
YUV31.64119.18165.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.78%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=77.78%
G=7.41%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8481600.900.810.67353.6882.6118.04
Hex5481005A51431625312
Octal1241020013212110354212322
Binary10101001000100000101101010100011000011101100010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540810; }

 p { color: rgb(84,8,16); }

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

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

 a { background-color: rgb(84,8,16); }

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

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

 span { border-color: rgb(84,8,16); }

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