#84260B

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

Shades of Falu Red #84260B

Tints of Falu Red #84260B

Color information

#84260B (or 0x84260B) is unknown color: approx Falu Red. HEX triplet: 84, 26 and 0B. RGB value is (132,38,11). Sum of RGB (Red+Green+Blue) = 132+38+11=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #84260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84260B is #7BD9F4. Grayscale: #3F3F3F. Windows color (decimal): -8116725 or 730756. OLE color: 730756.

HSL color Cylindrical-coordinate representation of color #84260B: hue angle of 13.39º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84260B is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1323811-
CMYK00.710.920.48
HSL13.39º84.62%28.04%-
HSV(B)13.39º91.67%51.76%-
XYZ10.276.320.99-
YUV63.0398.64177.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.93%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=72.93%
G=20.99%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132381100.710.920.4813.3984.6228.04
Hex8426B0475C30d551c
Octal20446130107134601512534
Binary1000010010011010110100011110111001100001101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84260B; }

 p { color: rgb(132,38,11); }

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

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

 a { background-color: rgb(132,38,11); }

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

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

 span { border-color: rgb(132,38,11); }

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