#541520

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

Shades of Bordeaux #541520

Tints of Bordeaux #541520

Color information

#541520 (or 0x541520) is unknown color: approx Bordeaux. HEX triplet: 54, 15 and 20. RGB value is (84,21,32). Sum of RGB (Red+Green+Blue) = 84+21+32=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541520 is #ABEADF. Grayscale: #292929. Windows color (decimal): -11266784 or 2102612. OLE color: 2102612.

HSL color Cylindrical-coordinate representation of color #541520: hue angle of 349.52º 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 #541520 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB842132-
CMYK00.750.620.67
HSL349.52º60%20.59%-
HSV(B)349.52º75%32.94%-
XYZ4.192.531.63-
YUV41.09122.87158.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=61.31%
G=15.33%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84213200.750.620.67349.526020.59
Hex54152004B3E4315e3c15
Octal12425400113761035367425
Binary10101001010110000001001011111110100001110101111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541520; }

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

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

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

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

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

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

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

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