#842000

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

Shades of Falu Red #842000

Tints of Falu Red #842000

Color information

#842000 (or 0x842000) is unknown color: approx Falu Red. HEX triplet: 84, 20 and 00. RGB value is (132,32,0). Sum of RGB (Red+Green+Blue) = 132+32+0=164 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.49% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 132 - color contains mainly: red. Hex color #842000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842000 is #7BDFFF. Grayscale: #3A3A3A. Windows color (decimal): -8118272 or 8324. OLE color: 8324.

HSL color Cylindrical-coordinate representation of color #842000: hue angle of 14.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #842000 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB132320-
CMYK00.7610.48
HSL14.55º100%25.88%-
HSV(B)14.55º100%51.76%-
XYZ10.035.940.62-
YUV58.2595.13180.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 80.49%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.49%
G=19.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13232000.7610.4814.5510025.88
Hex8420004C6430f641a
Octal2044000114144601714432
Binary1000010010000000100110011001001100001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842000; }

 p { color: rgb(132,32,0); }

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

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

 a { background-color: rgb(132,32,0); }

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

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

 span { border-color: rgb(132,32,0); }

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