#541526

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

Shades of Bordeaux #541526

Tints of Bordeaux #541526

Color information

#541526 (or 0x541526) is unknown color: approx Bordeaux. HEX triplet: 54, 15 and 26. RGB value is (84,21,38). Sum of RGB (Red+Green+Blue) = 84+21+38=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #541526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541526 is #ABEAD9. Grayscale: #292929. Windows color (decimal): -11266778 or 2495828. OLE color: 2495828.

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

Color convert

RGB842138-
CMYK00.750.550.67
HSL343.81º60%20.59%-
HSV(B)343.81º75%32.94%-
XYZ4.272.562.1-
YUV41.78125.87158.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.74%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=58.74%
G=14.69%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84213800.750.550.67343.816020.59
Hex54152604B37431583c15
Octal12425460113671035307425
Binary10101001010110011001001011110111100001110101100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541526; }

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

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

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

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

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

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

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

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