#852415

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

Shades of Falu Red #852415

Tints of Falu Red #852415

Color information

#852415 (or 0x852415) is unknown color: approx Falu Red. HEX triplet: 85, 24 and 15. RGB value is (133,36,21). Sum of RGB (Red+Green+Blue) = 133+36+21=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852415 is #7ADBEA. Grayscale: #3F3F3F. Windows color (decimal): -8051691 or 1385605. OLE color: 1385605.

HSL color Cylindrical-coordinate representation of color #852415: hue angle of 8.04º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #852415 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB1333621-
CMYK00.730.840.48
HSL8.04º72.73%30.2%-
HSV(B)8.04º84.21%52.16%-
XYZ10.446.31.38-
YUV63.29104.14177.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=70%
G=18.95%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133362100.730.840.488.0472.7330.2
Hex85241504954308491e
Octal20544250111124601011136
Binary10000101100100101010100100110101001100001000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852415; }

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

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

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

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

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

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

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

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