#84250A

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

Shades of Falu Red #84250A

Tints of Falu Red #84250A

Color information

#84250A (or 0x84250A) is unknown color: approx Falu Red. HEX triplet: 84, 25 and 0A. RGB value is (132,37,10). Sum of RGB (Red+Green+Blue) = 132+37+10=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84250A is #7BDAF5. Grayscale: #3E3E3E. Windows color (decimal): -8116982 or 664964. OLE color: 664964.

HSL color Cylindrical-coordinate representation of color #84250A: hue angle of 13.28º degrees, saturation: 0.86, 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 #84250A is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1323710-
CMYK00.720.920.48
HSL13.28º85.92%27.84%-
HSV(B)13.28º92.42%51.76%-
XYZ10.236.250.95-
YUV62.3398.47177.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.74%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 10 (4.30% from 255) = 5.59%
R=73.74%
G=20.67%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132371000.720.920.4813.2885.9227.84
Hex8425A0485C30d561c
Octal20445120110134601512634
Binary1000010010010110100100100010111001100001101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84250A; }

 p { color: rgb(132,37,10); }

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

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

 a { background-color: rgb(132,37,10); }

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

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

 span { border-color: rgb(132,37,10); }

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