Html Css Color HEX #540409 Rustic Red

📋 copy color: '#540409'

red 84 ◦ green 4 ◦ blue 9

#540409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #540409

Tints of Rustic Red #540409

RGB

 RED value IS 84 (33.2% from 255) = 86.6%

 GREEN value IS 4 (1.95% from 255) = 4.12%

 BLUE value IS 9 (3.91% from 255) = 9.28%

R = 86.6%
G = 4.12%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#540409 (or 0x540409) is known color: Rustic Red. HEX triplet: 54, 04 and 09. RGB value is (84,4,9). Sum of RGB (Red+Green+Blue) = 84+4+9=97 (12% of max value = 765). Red value is 84 (33.20% from 255 or 86.60% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 84 - color contains mainly: red. Hex color #540409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540409 is #ABFBF6. Grayscale: #1C1C1C. Windows color (decimal): -11271159 or 590932. OLE color: 590932.

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

Color convert

RGB 84 4 9 -
CMYK 0 0.95 0.89 0.67
HSL 356.25º 0.91% 0.17% -
HSV(B) 356.25º 0.95% 0.33% -
XYZ 3.75 1.99 0.45 -
YUV 28.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 84 4 9 0 0.95 0.89 0.67 356.25 0.91 0.17
Hex 54 4 9 0 5F 59 43 164 5B 11
Octal 124 4 11 0 137 131 103 544 133 21
Binary 1010100 100 1001 0 1011111 1011001 1000011 101100100 1011011 10001

Color Harmonies of #540409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540409

Black with #540409

Text Example


Text Example

White with #540409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540409; }

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

 H1.HeaderClassName
 {
   color: #540409;
 }
 .AnyTagClassName
 {
   color: #540409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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