#842400

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

Shades of Falu Red #842400

Tints of Falu Red #842400

Color information

#842400 (or 0x842400) is unknown color: approx Falu Red. HEX triplet: 84, 24 and 00. RGB value is (132,36,0). Sum of RGB (Red+Green+Blue) = 132+36+0=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #842400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842400 is #7BDBFF. Grayscale: #3C3C3C. Windows color (decimal): -8117248 or 9348. OLE color: 9348.

HSL color Cylindrical-coordinate representation of color #842400: hue angle of 16.36º 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 #842400 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB132360-
CMYK00.7310.48
HSL16.36º100%25.88%-
HSV(B)16.36º100%51.76%-
XYZ10.156.170.66-
YUV60.693.8178.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 78.57%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.57%
G=21.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13236000.7310.4816.3610025.88
Hex84240049643010641a
Octal2044400111144602014432
Binary10000100100100001001001110010011000010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842400; }

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

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

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

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

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

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

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

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