#87260D

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

Shades of Falu Red #87260D

Tints of Falu Red #87260D

Color information

#87260D (or 0x87260D) is unknown color: approx Falu Red. HEX triplet: 87, 26 and 0D. RGB value is (135,38,13). Sum of RGB (Red+Green+Blue) = 135+38+13=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #87260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87260D is #78D9F2. Grayscale: #404040. Windows color (decimal): -7920115 or 861831. OLE color: 861831.

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

Color convert

RGB1353813-
CMYK00.720.900.47
HSL12.3º82.43%29.02%-
HSV(B)12.3º90.37%52.94%-
XYZ10.766.571.08-
YUV64.1599.14178.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.58%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=72.58%
G=20.43%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135381300.720.900.4712.382.4329.02
Hex8726D0485A2Fc521d
Octal20746150110132571412235
Binary1000011110011011010100100010110101011111100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,38,13); }

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

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

 a { background-color: rgb(135,38,13); }

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

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

 span { border-color: rgb(135,38,13); }

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