#85210A

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

Shades of Falu Red #85210A

Tints of Falu Red #85210A

Color information

#85210A (or 0x85210A) is unknown color: approx Falu Red. HEX triplet: 85, 21 and 0A. RGB value is (133,33,10). Sum of RGB (Red+Green+Blue) = 133+33+10=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #85210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85210A is #7ADEF5. Grayscale: #3C3C3C. Windows color (decimal): -8052470 or 663941. OLE color: 663941.

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

Color convert

RGB1333310-
CMYK00.750.920.48
HSL11.22º86.01%28.04%-
HSV(B)11.22º92.48%52.16%-
XYZ10.276.10.92-
YUV60.2899.63179.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 75.57%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=75.57%
G=18.75%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133331000.750.920.4811.2286.0128.04
Hex8521A04B5C30b561c
Octal20541120113134601312634
Binary1000010110000110100100101110111001100001011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,33,10); }

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

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

 a { background-color: rgb(133,33,10); }

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

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

 span { border-color: rgb(133,33,10); }

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