#85240D

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

Shades of Falu Red #85240D

Tints of Falu Red #85240D

Color information

#85240D (or 0x85240D) is unknown color: approx Falu Red. HEX triplet: 85, 24 and 0D. RGB value is (133,36,13). Sum of RGB (Red+Green+Blue) = 133+36+13=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85240D is #7ADBF2. Grayscale: #3E3E3E. Windows color (decimal): -8051699 or 861317. OLE color: 861317.

HSL color Cylindrical-coordinate representation of color #85240D: hue angle of 11.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85240D is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1333613-
CMYK00.730.900.48
HSL11.5º82.19%28.63%-
HSV(B)11.5º90.23%52.16%-
XYZ10.386.281.05-
YUV62.38100.14178.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.08%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=73.08%
G=19.78%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133361300.730.900.4811.582.1928.63
Hex8524D0495A30c521d
Octal20544150111132601412235
Binary1000010110010011010100100110110101100001100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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