#541826

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

Shades of Bordeaux #541826

Tints of Bordeaux #541826

Color information

#541826 (or 0x541826) is unknown color: approx Bordeaux. HEX triplet: 54, 18 and 26. RGB value is (84,24,38). Sum of RGB (Red+Green+Blue) = 84+24+38=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541826 is #ABE7D9. Grayscale: #2B2B2B. Windows color (decimal): -11266010 or 2496596. OLE color: 2496596.

HSL color Cylindrical-coordinate representation of color #541826: hue angle of 346º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #541826 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB842438-
CMYK00.710.550.67
HSL346º55.56%21.18%-
HSV(B)346º71.43%32.94%-
XYZ4.332.682.12-
YUV43.54124.88156.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=57.53%
G=16.44%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84243800.710.550.6734655.5621.18
Hex541826047374315a3815
Octal12430460107671035327025
Binary10101001100010011001000111110111100001110101101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541826; }

 p { color: rgb(84,24,38); }

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

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

 a { background-color: rgb(84,24,38); }

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

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

 span { border-color: rgb(84,24,38); }

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