#841A0F

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

Shades of Falu Red #841A0F

Tints of Falu Red #841A0F

Color information

#841A0F (or 0x841A0F) is unknown color: approx Falu Red. HEX triplet: 84, 1A and 0F. RGB value is (132,26,15). Sum of RGB (Red+Green+Blue) = 132+26+15=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #841A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841A0F is #7BE5F0. Grayscale: #383838. Windows color (decimal): -8119793 or 989828. OLE color: 989828.

HSL color Cylindrical-coordinate representation of color #841A0F: hue angle of 5.64º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841A0F is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1322615-
CMYK00.800.890.48
HSL5.64º79.59%28.82%-
HSV(B)5.64º88.64%51.76%-
XYZ9.975.681.02-
YUV56.44104.62181.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.30%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 15 (6.25% from 255) = 8.67%
R=76.30%
G=15.03%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132261500.800.890.485.6479.5928.82
Hex841AF05059306501d
Octal2043217012013160612035
Binary10000100110101111010100001011001110000110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,26,15); }

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

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

 a { background-color: rgb(132,26,15); }

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

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

 span { border-color: rgb(132,26,15); }

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