#852019

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

Shades of Falu Red #852019

Tints of Falu Red #852019

Color information

#852019 (or 0x852019) is unknown color: approx Falu Red. HEX triplet: 85, 20 and 19. RGB value is (133,32,25). Sum of RGB (Red+Green+Blue) = 133+32+25=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852019 is #7ADFE6. Grayscale: #3D3D3D. Windows color (decimal): -8052711 or 1646725. OLE color: 1646725.

HSL color Cylindrical-coordinate representation of color #852019: hue angle of 3.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852019 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB1333225-
CMYK00.760.810.48
HSL3.89º68.35%30.98%-
HSV(B)3.89º81.2%52.16%-
XYZ10.366.091.55-
YUV61.4107.46179.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=70%
G=16.84%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133322500.760.810.483.8968.3530.98
Hex85201904C51304441f
Octal2054031011412160410437
Binary1000010110000011001010011001010001110000100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852019; }

 p { color: rgb(133,32,25); }

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

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

 a { background-color: rgb(133,32,25); }

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

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

 span { border-color: rgb(133,32,25); }

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