#872119

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

Shades of Falu Red #872119

Tints of Falu Red #872119

Color information

#872119 (or 0x872119) is unknown color: approx Falu Red. HEX triplet: 87, 21 and 19. RGB value is (135,33,25). Sum of RGB (Red+Green+Blue) = 135+33+25=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #872119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872119 is #78DEE6. Grayscale: #3E3E3E. Windows color (decimal): -7921383 or 1646983. OLE color: 1646983.

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

Color convert

RGB1353325-
CMYK00.760.810.47
HSL4.36º68.75%31.37%-
HSV(B)4.36º81.48%52.94%-
XYZ10.716.311.57-
YUV62.59106.79179.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.95%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=69.95%
G=17.10%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135332500.760.810.474.3668.7531.37
Hex87211904C512F4451f
Octal2074131011412157410537
Binary1000011110000111001010011001010001101111100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872119; }

 p { color: rgb(135,33,25); }

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

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

 a { background-color: rgb(135,33,25); }

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

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

 span { border-color: rgb(135,33,25); }

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