#862319

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

Shades of Falu Red #862319

Tints of Falu Red #862319

Color information

#862319 (or 0x862319) is unknown color: approx Falu Red. HEX triplet: 86, 23 and 19. RGB value is (134,35,25). Sum of RGB (Red+Green+Blue) = 134+35+25=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #862319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862319 is #79DCE6. Grayscale: #3F3F3F. Windows color (decimal): -7986407 or 1647494. OLE color: 1647494.

HSL color Cylindrical-coordinate representation of color #862319: hue angle of 5.5º 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 #862319 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1343525-
CMYK00.740.810.47
HSL5.5º68.55%31.18%-
HSV(B)5.5º81.34%52.55%-
XYZ10.616.341.58-
YUV63.46106.3178.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 25 (10.16% from 255) = 12.89%
R=69.07%
G=18.04%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134352500.740.810.475.568.5531.18
Hex86231904A512F6451f
Octal2064331011212157610537
Binary1000011010001111001010010101010001101111110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862319; }

 p { color: rgb(134,35,25); }

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

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

 a { background-color: rgb(134,35,25); }

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

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

 span { border-color: rgb(134,35,25); }

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