#540F19

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

Shades of Bordeaux #540F19

Tints of Bordeaux #540F19

Color information

#540F19 (or 0x540F19) is unknown color: approx Bordeaux. HEX triplet: 54, 0F and 19. RGB value is (84,15,25). Sum of RGB (Red+Green+Blue) = 84+15+25=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #540F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F19 is #ABF0E6. Grayscale: #242424. Windows color (decimal): -11268327 or 1642324. OLE color: 1642324.

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

Color convert

RGB841525-
CMYK00.820.700.67
HSL351.3º69.7%19.41%-
HSV(B)351.3º82.14%32.94%-
XYZ42.31.15-
YUV36.77121.36161.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.74%
GREEN value IS 15 (6.25% from 255) = 12.10%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=67.74%
G=12.10%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84152500.820.700.67351.369.719.41
Hex54F19052464315f4613
Octal1241731012210610353710623
Binary10101001111110010101001010001101000011101011111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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