#540009

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

Shades of Rustic Red #540009

Tints of Rustic Red #540009

Color information

#540009 (or 0x540009) is unknown color: approx Rustic Red. HEX triplet: 54, 00 and 09. RGB value is (84,0,9). Sum of RGB (Red+Green+Blue) = 84+0+9=93 (12% of max value = 765). Red value is 84 (33.20% from 255 or 90.32% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 84 - color contains mainly: red. Hex color #540009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540009 is #ABFFF6. Grayscale: #1A1A1A. Windows color (decimal): -11272183 or 589908. OLE color: 589908.

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

Color convert

RGB8409-
CMYK010.890.67
HSL353.57º100%16.47%-
HSV(B)353.57º100%32.94%-
XYZ3.711.90.43-
YUV26.14118.33169.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 90.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=90.32%
G=0%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8409010.890.67353.5710016.47
Hex540906459431626410
Octal124011014413110354214420
Binary1010100010010110010010110011000011101100010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540009; }

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

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

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

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

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

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

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

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