#841D06

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

Shades of Falu Red #841D06

Tints of Falu Red #841D06

Color information

#841D06 (or 0x841D06) is unknown color: approx Falu Red. HEX triplet: 84, 1D and 06. RGB value is (132,29,6). Sum of RGB (Red+Green+Blue) = 132+29+6=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #841D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841D06 is #7BE2F9. Grayscale: #393939. Windows color (decimal): -8119034 or 400772. OLE color: 400772.

HSL color Cylindrical-coordinate representation of color #841D06: hue angle of 10.95º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #841D06 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132296-
CMYK00.780.950.48
HSL10.95º91.3%27.06%-
HSV(B)10.95º95.45%51.76%-
XYZ9.995.80.76-
YUV57.1899.12181.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 79.04%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=79.04%
G=17.37%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13229600.780.950.4810.9591.327.06
Hex841D604E5F30b5b1b
Octal2043560116137601313333
Binary10000100111011100100111010111111100001011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,29,6); }

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

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

 a { background-color: rgb(132,29,6); }

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

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

 span { border-color: rgb(132,29,6); }

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