Html Css Color HEX #540509 Rustic Red

📋 copy color: '#540509'

red 84 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #540509

Tints of Rustic Red #540509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.1%

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

R = 85.71%
G = 5.1%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#540509 (or 0x540509) is known color: 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

RGB 84 5 9 -
CMYK 0 0.94 0.89 0.67
HSL 356.96º 0.89% 0.17% -
HSV(B) 356.96º 0.94% 0.33% -
XYZ 3.76 2.01 0.45 -
YUV 29.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 84 5 9 0 0.94 0.89 0.67 356.96 0.89 0.17
Hex 54 5 9 0 5E 59 43 165 59 11
Octal 124 5 11 0 136 131 103 545 131 21
Binary 1010100 101 1001 0 1011110 1011001 1000011 101100101 1011001 10001

Color Harmonies of #540509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540509

Black with #540509

Text Example


Text Example

White with #540509

Text Example


Text Example

HTML Codes & Css Web 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>