#540F1A

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

Shades of Bordeaux #540F1A

Tints of Bordeaux #540F1A

Color information

#540F1A (or 0x540F1A) is unknown color: approx Bordeaux. HEX triplet: 54, 0F and 1A. RGB value is (84,15,26). Sum of RGB (Red+Green+Blue) = 84+15+26=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #540F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540F1A is #ABF0E5. Grayscale: #242424. Windows color (decimal): -11268326 or 1707860. OLE color: 1707860.

HSL color Cylindrical-coordinate representation of color #540F1A: hue angle of 350.43º 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 #540F1A is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB841526-
CMYK00.820.690.67
HSL350.43º69.7%19.41%-
HSV(B)350.43º82.14%32.94%-
XYZ4.012.31.21-
YUV36.88121.86161.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 15 (6.25% from 255) = 12%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=67.2%
G=12%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84152600.820.690.67350.4369.719.41
Hex54F1A052454315e4613
Octal1241732012210510353610623
Binary10101001111110100101001010001011000011101011110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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