#540209

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

Shades of Rustic Red #540209

Tints of Rustic Red #540209

Color information

#540209 (or 0x540209) is unknown color: approx Rustic Red. HEX triplet: 54, 02 and 09. RGB value is (84,2,9). Sum of RGB (Red+Green+Blue) = 84+2+9=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #540209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540209 is #ABFDF6. Grayscale: #1B1B1B. Windows color (decimal): -11271671 or 590420. OLE color: 590420.

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

Color convert

RGB8429-
CMYK00.980.890.67
HSL354.88º95.35%16.86%-
HSV(B)354.88º97.62%32.94%-
XYZ3.731.950.44-
YUV27.32117.67168.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 88.42%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=88.42%
G=2.11%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal842900.980.890.67354.8895.3516.86
Hex542906259431635f11
Octal124211014213110354313721
Binary10101001010010110001010110011000011101100011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540209; }

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

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

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

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

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

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

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

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