#541126

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

Shades of Bordeaux #541126

Tints of Bordeaux #541126

Color information

#541126 (or 0x541126) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 26. RGB value is (84,17,38). Sum of RGB (Red+Green+Blue) = 84+17+38=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541126 is #ABEED9. Grayscale: #272727. Windows color (decimal): -11267802 or 2494804. OLE color: 2494804.

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

Color convert

RGB841738-
CMYK00.800.550.67
HSL341.19º66.34%19.8%-
HSV(B)341.19º79.76%32.94%-
XYZ4.212.432.08-
YUV39.43127.2159.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=60.43%
G=12.23%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84173800.800.550.67341.1966.3419.8
Hex54112605037431554214
Octal124214601206710352510224
Binary101010010001100110010100001101111000011101010101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541126; }

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

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

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

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

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

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

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

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