#85250D

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

Shades of Falu Red #85250D

Tints of Falu Red #85250D

Color information

#85250D (or 0x85250D) is unknown color: approx Falu Red. HEX triplet: 85, 25 and 0D. RGB value is (133,37,13). Sum of RGB (Red+Green+Blue) = 133+37+13=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85250D is #7ADAF2. Grayscale: #3F3F3F. Windows color (decimal): -8051443 or 861573. OLE color: 861573.

HSL color Cylindrical-coordinate representation of color #85250D: hue angle of 12º 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 #85250D is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1333713-
CMYK00.720.900.48
HSL12º82.19%28.63%-
HSV(B)12º90.23%52.16%-
XYZ10.416.341.06-
YUV62.9799.8177.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=72.68%
G=20.22%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133371300.720.900.481282.1928.63
Hex8525D0485A30c521d
Octal20545150110132601412235
Binary1000010110010111010100100010110101100001100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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