#841907

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

Shades of Falu Red #841907

Tints of Falu Red #841907

Color information

#841907 (or 0x841907) is unknown color: approx Falu Red. HEX triplet: 84, 19 and 07. RGB value is (132,25,7). Sum of RGB (Red+Green+Blue) = 132+25+7=164 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.49% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 132 - color contains mainly: red. Hex color #841907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841907 is #7BE6F8. Grayscale: #373737. Windows color (decimal): -8120057 or 465284. OLE color: 465284.

HSL color Cylindrical-coordinate representation of color #841907: hue angle of 8.64º degrees, saturation: 0.9, 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 #841907 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132257-
CMYK00.810.950.48
HSL8.64º89.93%27.25%-
HSV(B)8.64º94.7%51.76%-
XYZ9.95.620.76-
YUV54.94100.95182.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 80.49%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=80.49%
G=15.24%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13225700.810.950.488.6489.9327.25
Hex841970515F3095a1b
Octal2043170121137601113233
Binary10000100110011110101000110111111100001001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841907; }

 p { color: rgb(132,25,7); }

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

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

 a { background-color: rgb(132,25,7); }

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

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

 span { border-color: rgb(132,25,7); }

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