#541326

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

Shades of Bordeaux #541326

Tints of Bordeaux #541326

Color information

#541326 (or 0x541326) is unknown color: approx Bordeaux. HEX triplet: 54, 13 and 26. RGB value is (84,19,38). Sum of RGB (Red+Green+Blue) = 84+19+38=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #541326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541326 is #ABECD9. Grayscale: #282828. Windows color (decimal): -11267290 or 2495316. OLE color: 2495316.

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

Color convert

RGB841938-
CMYK00.770.550.67
HSL342.46º63.11%20.2%-
HSV(B)342.46º77.38%32.94%-
XYZ4.242.492.09-
YUV40.6126.53158.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=59.57%
G=13.48%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84193800.770.550.67342.4663.1120.2
Hex54132604D37431563f14
Octal12423460115671035267724
Binary10101001001110011001001101110111100001110101011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541326; }

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

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

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

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

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

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

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

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