#841F02

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

Shades of Falu Red #841F02

Tints of Falu Red #841F02

Color information

#841F02 (or 0x841F02) is unknown color: approx Falu Red. HEX triplet: 84, 1F and 02. RGB value is (132,31,2). Sum of RGB (Red+Green+Blue) = 132+31+2=165 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 132 - color contains mainly: red. Hex color #841F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F02 is #7BE0FD. Grayscale: #3A3A3A. Windows color (decimal): -8118526 or 139140. OLE color: 139140.

HSL color Cylindrical-coordinate representation of color #841F02: hue angle of 13.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #841F02 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB132312-
CMYK00.770.980.48
HSL13.38º97.01%26.27%-
HSV(B)13.38º98.48%51.76%-
XYZ10.025.890.67-
YUV57.8996.46180.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 80%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=80%
G=18.79%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13231200.770.980.4813.3897.0126.27
Hex841F204D6230d611a
Octal2043720115142601514132
Binary1000010011111100100110111000101100001101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,31,2); }

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

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

 a { background-color: rgb(132,31,2); }

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

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

 span { border-color: rgb(132,31,2); }

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