#85240A

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

Shades of Falu Red #85240A

Tints of Falu Red #85240A

Color information

#85240A (or 0x85240A) is unknown color: approx Falu Red. HEX triplet: 85, 24 and 0A. RGB value is (133,36,10). Sum of RGB (Red+Green+Blue) = 133+36+10=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #85240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85240A is #7ADBF5. Grayscale: #3E3E3E. Windows color (decimal): -8051702 or 664709. OLE color: 664709.

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

Color convert

RGB1333610-
CMYK00.730.920.48
HSL12.68º86.01%28.04%-
HSV(B)12.68º92.48%52.16%-
XYZ10.366.270.95-
YUV62.0498.64178.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 74.30%
GREEN value IS 36 (14.45% from 255) = 20.11%
BLUE value IS 10 (4.30% from 255) = 5.59%
R=74.30%
G=20.11%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133361000.730.920.4812.6886.0128.04
Hex8524A0495C30d561c
Octal20544120111134601512634
Binary1000010110010010100100100110111001100001101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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