#541419

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

Shades of Bordeaux #541419

Tints of Bordeaux #541419

Color information

#541419 (or 0x541419) is unknown color: approx Bordeaux. HEX triplet: 54, 14 and 19. RGB value is (84,20,25). Sum of RGB (Red+Green+Blue) = 84+20+25=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541419 is #ABEBE6. Grayscale: #272727. Windows color (decimal): -11267047 or 1643604. OLE color: 1643604.

HSL color Cylindrical-coordinate representation of color #541419: hue angle of 355.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541419 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB842025-
CMYK00.760.700.67
HSL355.31º61.54%20.39%-
HSV(B)355.31º76.19%32.94%-
XYZ4.082.461.18-
YUV39.71119.7159.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=65.12%
G=15.50%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84202500.760.700.67355.3161.5420.39
Hex54141904C46431633e14
Octal124243101141061035437624
Binary10101001010011001010011001000110100001110110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541419; }

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

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

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

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

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

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

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

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