#540710

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

Shades of Bordeaux #540710

Tints of Bordeaux #540710

Color information

#540710 (or 0x540710) is unknown color: approx Bordeaux. HEX triplet: 54, 07 and 10. RGB value is (84,7,16). Sum of RGB (Red+Green+Blue) = 84+7+16=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #540710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540710 is #ABF8EF. Grayscale: #1F1F1F. Windows color (decimal): -11270384 or 1050452. OLE color: 1050452.

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

Color convert

RGB84716-
CMYK00.920.810.67
HSL352.99º84.62%17.84%-
HSV(B)352.99º91.67%32.94%-
XYZ3.832.070.69-
YUV31.05119.51165.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 78.50%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=78.50%
G=6.54%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8471600.920.810.67352.9984.6217.84
Hex5471005C51431615512
Octal124720013412110354112522
Binary1010100111100000101110010100011000011101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540710; }

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

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

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

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

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

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

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

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