#841C00

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

Shades of Falu Red #841C00

Tints of Falu Red #841C00

Color information

#841C00 (or 0x841C00) is unknown color: approx Falu Red. HEX triplet: 84, 1C and 00. RGB value is (132,28,0). Sum of RGB (Red+Green+Blue) = 132+28+0=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #841C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C00 is #7BE3FF. Grayscale: #383838. Windows color (decimal): -8119296 or 7300. OLE color: 7300.

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

Color convert

RGB132280-
CMYK00.7910.48
HSL12.73º100%25.88%-
HSV(B)12.73º100%51.76%-
XYZ9.935.740.58-
YUV55.996.46182.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 82.5%
GREEN value IS 28 (11.33% from 255) = 17.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.5%
G=17.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13228000.7910.4812.7310025.88
Hex841C004F6430d641a
Octal2043400117144601514432
Binary100001001110000100111111001001100001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841C00; }

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

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

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

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

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

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

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

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