#540809

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

Shades of Rustic Red #540809

Tints of Rustic Red #540809

Color information

#540809 (or 0x540809) is unknown color: approx Rustic Red. HEX triplet: 54, 08 and 09. RGB value is (84,8,9). Sum of RGB (Red+Green+Blue) = 84+8+9=101 (13% of max value = 765). Red value is 84 (33.20% from 255 or 83.17% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 84 - color contains mainly: red. Hex color #540809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540809 is #ABF7F6. Grayscale: #1E1E1E. Windows color (decimal): -11270135 or 591956. OLE color: 591956.

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

Color convert

RGB8489-
CMYK00.900.890.67
HSL359.21º82.61%18.04%-
HSV(B)359.21º90.48%32.94%-
XYZ3.792.080.46-
YUV30.84115.68165.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 83.17%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=83.17%
G=7.92%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848900.900.890.67359.2182.6118.04
Hex548905A59431675312
Octal1241011013213110354712322
Binary1010100100010010101101010110011000011101100111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540809; }

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

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

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

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

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

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

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

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