#541420

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

Shades of Bordeaux #541420

Tints of Bordeaux #541420

Color information

#541420 (or 0x541420) is unknown color: approx Bordeaux. HEX triplet: 54, 14 and 20. RGB value is (84,20,32). Sum of RGB (Red+Green+Blue) = 84+20+32=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #541420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541420 is #ABEBDF. Grayscale: #282828. Windows color (decimal): -11267040 or 2102356. OLE color: 2102356.

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

Color convert

RGB842032-
CMYK00.760.620.67
HSL348.75º61.54%20.39%-
HSV(B)348.75º76.19%32.94%-
XYZ4.172.491.63-
YUV40.5123.2159.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=61.76%
G=14.71%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84203200.760.620.67348.7561.5420.39
Hex54142004C3E4315d3e14
Octal12424400114761035357624
Binary10101001010010000001001100111110100001110101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541420; }

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

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

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

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

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

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

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

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