#540509

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

Shades of Rustic Red #540509

Tints of Rustic Red #540509

Color information

#540509 (or 0x540509) is unknown color: approx Rustic Red. HEX triplet: 54, 05 and 09. RGB value is (84,5,9). Sum of RGB (Red+Green+Blue) = 84+5+9=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #540509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540509 is #ABFAF6. Grayscale: #1D1D1D. Windows color (decimal): -11270903 or 591188. OLE color: 591188.

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

Color convert

RGB8459-
CMYK00.940.890.67
HSL356.96º88.76%17.45%-
HSV(B)356.96º94.05%32.94%-
XYZ3.762.010.45-
YUV29.08116.67167.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 85.71%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=85.71%
G=5.10%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal845900.940.890.67356.9688.7617.45
Hex545905E59431655911
Octal124511013613110354513121
Binary101010010110010101111010110011000011101100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540509; }

 p { color: rgb(84,5,9); }

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

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

 a { background-color: rgb(84,5,9); }

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

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

 span { border-color: rgb(84,5,9); }

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